This converter converts typographic points to screen pixels and vice versa. Enter a value and the result appears instantly.

Points (pt) are a typographic unit used in print design: 1 pt = 1/72 inch. Pixels (px) are screen units. At the standard 96 PPI screen resolution: 1 pt = 1.333 px (96/72).
This conversion is essential when translating print designs to web, setting CSS font sizes from print specifications, and understanding the relationship between print and screen typography.
Common sizes: 12 pt = 16 px (browser default), 10 pt = 13.3 px, 14 pt = 18.7 px, 18 pt = 24 px, 24 pt = 32 px.
All calculations run locally in your browser — nothing is sent to any server.
1 point = 1/72 inch. At 96 PPI (standard Windows/web): 1 pt = 96/72 = 1.333 px. At 72 PPI (old Mac): 1 pt = 1 px.
The formula: px = pt × PPI / 72. At 96 PPI: px = pt × 1.333.
CSS defines 1 px as 1/96 of an inch (at 96 DPI). On high-DPI screens, 1 CSS px may be multiple device pixels.
| Feature | Points (pt) | Pixels (px) |
|---|---|---|
| Definition | 1/72 inch | 1/96 inch (CSS) |
| Used in | Print, Word, PDF | Web, CSS, screens |
| 12 pt = | 12 pt | 16 px |
| Body text | 10–12 pt | 14–18 px |
| Heading | 18–24 pt | 24–32 px |

Have an idea, found a bug, or want to suggest a feature? Drop us a message – we respond within 24 hours.