Pt to Px Converter – Convert Points to Pixels Instantly
Preview Text
Pt to Px Quick Reference Table (Screen – 96dpi)
| Points (pt) | Pixels (px) | Common Use |
|---|---|---|
| 6pt | 8px | Tiny captions |
| 8pt | 10.67px | Footnotes, small print |
| 9pt | 12px | Small body text |
| 10pt | 13.33px | Print body text |
| 11pt | 14.67px | Comfortable reading |
| 12pt | 16px | Standard body text |
| 13pt | 17.33px | Slightly large body |
| 14pt | 18.67px | Subheadings |
| 16pt | 21.33px | Section headers |
| 18pt | 24px | H3 headings |
| 24pt | 32px | H2 headings |
| 36pt | 48px | H1 headings |
| 48pt | 64px | Display text |
| 72pt | 96px | Large hero text |
Pt to Px: Screen vs Print
The standard pt to px formula (pt × 1.333) applies to screen displays at 96dpi. For print at 72dpi, the values are different. Here is a quick comparison:
| Context | DPI | Formula | Example |
|---|---|---|---|
| Screen (web) | 96dpi | px = pt × 1.333 | 12pt = 16px |
| 72dpi | px = pt × 1 | 12pt = 12px | |
| Retina display | 192dpi | px = pt × 2.667 | 12pt = 32px |
Pt to Px Converter (Points to Pixels Converter)
When working with fonts and design, you may come across two common units: points (pt) and pixels (px). They may look similar, but they are used in completely different contexts. This guide explains how to convert PT to PX, the exact formula, and when to use each unit.
Convert Pt to Px Online
Pt to Px Conversion Formula
The conversion is very simple:
Formula: px = pt × 1.3333
This formula works because:
- 1pt = 1/72 inch
- 1px = 1/96 inch
So mathematically: px = pt × (96 ÷ 72)
What is PX (Pixel)?
- A pixel is the smallest visual unit on a digital screen.
- It doesn’t have a fixed physical size it depends on the resolution and device pixel ratio (DPR).
- Pixels are the default unit for websites, apps, and digital design.
What is PT (Point)?
- A point is a traditional print measurement.
- 1pt = 1/72 inch = ~0.352mm.
- Points were created for printing presses and typography in the 1500s.
- Today, points are still used in apps like Microsoft Word or Google Docs for print formatting.
pt to px Conversion table
| Feature | Point (pt) | Pixel (px) |
|---|---|---|
| Origin | Print media | Digital media |
| Measurement | 1/72 inch | 1/96 inch |
| Use Case | Print fonts, documents | Web design, UI/UX |
| Flexibility | Fixed physical unit | Flexible, screen-dependent |
Frequently Asked Questions (FAQs)
How many pixels is 1pt?
1pt ≈ 1.33px. Example: 12pt = ~16px.
Is 1pt equal to 1px?
No. 1pt is larger than 1px.
Should I use PT or PX in CSS?
For modern websites, always use px, em, or rem. PT is mainly for print.
Does Figma use PT or PX?
Figma shows px for screen design, but when exporting to PDF, it uses pt.
Does Photoshop use PT or PX?
By default, Photoshop uses pt for fonts, but you can switch to px in settings.
What is 14pt in px?
14pt = 18.67px on screen (96dpi).
What is 12pt in px?
12pt = 16px. Most common standard body text size for web.
What is 8pt in px?
8pt = 10.67px.
What is 9pt in px?
9pt = 12px.
What is 72pt in px?
72pt = 96px — equal to 1 inch on screen.
What does font size points to pixels mean?
Font size in points (pt) is a print measurement. To display it on screen you convert to pixels using: px = pt × 1.333.
Can I use pt in CSS?
Yes but not recommended for screens. Use px, em, or rem for web. Use pt only inside @media print stylesheets.
Is pt bigger than px?
Yes. 1pt = 1.333px so points are always larger than pixels at standard screen resolution.