Pixels to Points Converter

Enter a pixel value and a DPI to get the exact typographic point equivalent instantly.

Convert Pixels to Points

DPI Presets

Result

12 pt

16 px × (72 ÷ 96) = 12.000 pt

Common Font Sizes at 96 DPI

Reference: px → pt conversion at the standard CSS screen DPI of 96.

Pixels (px) Points (pt) Common use

Formula

pt = px × (72 ÷ DPI)

One typographic point is exactly 1/72 of an inch. At 96 DPI, 1 px = 72/96 = 0.75 pt.

Copied!

Summary

Enter a pixel value and a DPI to get the exact typographic point equivalent instantly.

How it works

  1. Enter the number of pixels (px) you want to convert.
  2. Set the DPI (dots per inch) — default is 96 for standard screens.
  3. The point value is calculated using: pt = px × (72 ÷ DPI).
  4. Use the DPI presets for common scenarios: 96 (screen), 72 (legacy Mac), 150/300 (print).
  5. Copy the result or use the reference table for common pixel sizes.

Use cases

  • Convert screen CSS pixel font sizes to typographic points for print stylesheets.
  • Translate pixel-based design specs to point values for desktop publishing.
  • Check point equivalents when exporting web layouts to PDF or Word documents.
  • Verify pixel-to-point ratios for high-DPI (Retina) display work.
  • Convert pixel measurements to points for InDesign, Illustrator, or other print tools.
  • Translate design specs given in pixels to CSS pt values for print media queries.

Frequently Asked Questions

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