Pixel to Point (px to pt)
Convert px to pt — Typography converter
One pixel equals 0.75 pt, so to convert pixels to points you multiply the value by 0.75. A pixel is smaller than a point — going the other way, 1 pt = 1.333333 px. For example, 10 px = 7.5 pt and 50 px = 37.5 pt.
1 px = 0.75 pt
Pixel to Point formula
1 Pixel = 0.75 pt
Worked examples
- 25 px = 18.75 pt
- 100 px = 75 pt
Pixel to Point conversion table
| Pixel (px) | Point (pt) |
|---|---|
| 1 | 0.75 |
| 8 | 6 |
| 10 | 7.5 |
| 11 | 8.25 |
| 12 | 9 |
| 14 | 10.5 |
| 16 | 12 |
| 18 | 13.5 |
| 20 | 15 |
| 24 | 18 |
| 32 | 24 |
| 36 | 27 |
| 48 | 36 |
| 64 | 48 |
| 72 | 54 |
Why 16 px equals 12 pt
Two fixed definitions drive every conversion on this page. A typographic point is 1/72 of an inch. A CSS reference pixel is 1/96 of an inch. That makes 1 px exactly 0.75 pt, and 16 px exactly 12 pt — which is why 16 px became the default body size on the web: it matches the 12 pt that print had already settled on.
A pica is 12 points, so 1 pica = 16 px. InDesign, Quark and most print workflows measure column widths and gutters in picas; CSS has no pica unit, so those measurements have to be converted before they reach a stylesheet. On this page, 1 px = 0.75 pt.
The CSS pixel is a reference unit, not a hardware pixel. On a 2× or 3× display, one CSS px still occupies 1/96 inch of visual space — the device simply renders it with more physical pixels. Converting CSS px to physical pixels requires the device pixel ratio, which is a separate calculation from anything on this page.
Frequently asked questions
How many points are in one pixel?
One pixel equals 0.75 points (pt).
How many pixels are in one point?
One point equals 1.333333 pixels (px).
How do you convert pixels to points?
1 Pixel = 0.75 pt. Use the calculator above for any value.
What is 5 px in pt?
5 px = 3.75 pt.
What is 100 px in pt?
100 px = 75 pt.
What is 12 px in pt?
12 px = 9 pt.
What is 14 px in pt?
14 px = 10.5 pt.
What is 16 px in pt?
16 px = 12 pt.
What is 18 px in pt?
18 px = 13.5 pt.
What is 24 px in pt?
24 px = 18 pt.
Is a pixel bigger than a point?
No. A pixel is smaller — one pixel equals 0.75 points, while one point equals 1.333333 pixels.