Pixel (px) to Point (pt) Converter
Enter a pixel value and the target DPI/PPI to instantly convert px to pt.
How to convert px to pt
The conversion depends on screen or print density (DPI/PPI). The formula is:
pt = px × 72 ÷ DPI
At the common CSS baseline of 96 DPI, 1 px = 0.75 pt. So a 16px font size converts to 12pt.
Quick reference table (96 DPI)
| Pixels (px) | Points (pt) |
|---|---|
| 12 px | 9 pt |
| 14 px | 10.5 pt |
| 16 px | 12 pt |
| 18 px | 13.5 pt |
| 24 px | 18 pt |
| 32 px | 24 pt |
Why this conversion matters
If you design across web and print, you’ll often move between units. CSS commonly uses pixels, while print tools and typography specs often use points. A px to pt calculator helps keep text sizing consistent when handing work from UI to print or PDF.
Common use cases
- Converting web typography sizes into print-ready documents
- Matching Figma/Sketch pixel measurements to Word or InDesign point sizes
- Creating consistent design systems across digital and physical media
- Working with accessibility guidelines and readable text scales
px vs pt: what’s the difference?
px (pixels) are screen-oriented units tied to display rendering rules. pt (points) are physical typographic units where 1 point equals 1/72 of an inch. Because points are physical and pixels are device-dependent, DPI determines the conversion.
Important tip
Always verify the DPI in your target environment. A 16px element can map to different point values at 72, 96, 150, or 300 DPI.
FAQ
Is 1px always 0.75pt?
Only at 96 DPI. At other DPI values, use the formula in this calculator.
What DPI should I use for print?
Many print workflows use 300 DPI for raster output. For typography in document editors, confirm the app’s unit behavior and document settings.
Can I use decimals?
Yes. This converter supports decimal input for both px and DPI so you can make precise conversions.