Pixel to Point Design Converter

Convert px to pt (and back) at any DPI — essential when bridging screen designs with print or cross-platform typography.

1 px = 0.75 pt  ·  1 pt = 1.333 px

Result

px
=
pt

Enter a value above to see the conversion.

Formula at current DPI

pt = px × (72 / 96) = px × 0.75
px = pt × (96 / 72) = pt × 1.3333
Common Type Sizes Reference at 96 DPI
Label px pt inches
Copied!

Summary

Convert px to pt (and back) at any DPI — essential when bridging screen designs with print or cross-platform typography.

How it works

  1. Set the screen DPI — use 72 for print/PostScript, 96 for web/Windows, 163 for iPhone SE, or enter a custom value.
  2. Enter a pixel value in the PX field to instantly see its point equivalent.
  3. Or enter a point value in the PT field to convert back to pixels.
  4. Use the batch tab to convert multiple values at once — paste px values separated by spaces or commas.
  5. Read the reference table at the bottom for common type sizes across DPI presets.

Use cases

  • Convert a web font size (px) to the matching pt size for a print stylesheet.
  • Match iOS point values (1pt = 1px at 1x, 2px at 2x) to CSS pixel specs.
  • Verify typography scales when designing for both screen and PDF output.
  • Cross-check font sizes between Figma (px) and InDesign/Illustrator (pt).
  • Calculate correct pt values for a custom-DPI tablet or e-reader screen.
  • Convert Android sp/dp (treated as px at a given density) to print points.

Frequently Asked Questions

Last updated: 2026-07-01 · Reviewed by Nham Vu