Points to Pixels Converter
Enter a point value and a DPI to get the exact pixel equivalent instantly.
Convert Points to Pixels
DPI Presets
Result
16
px
12 pt × (96 ÷ 72) = 16.000 px
Common Font Sizes at 96 DPI
Reference: pt → px conversion at the standard CSS screen DPI of 96.
| Points (pt) | Pixels (px) | Common use |
|---|
Formula
px = pt × (DPI ÷ 72)
One typographic point is exactly 1/72 of an inch. At 96 DPI, 1 pt = 96/72 = 1.3̅ px.
Copied!
Summary
Enter a point value and a DPI to get the exact pixel equivalent instantly.
How it works
- Enter the number of points (pt) you want to convert.
- Set the DPI (dots per inch) — default is 96 for standard screens.
- The pixel value is calculated using: px = pt × (DPI ÷ 72).
- Use the DPI presets for common scenarios: 96 (screen), 72 (legacy Mac), 150/300 (print).
- Copy the result or use the reference table for common point sizes.
Use cases
- Convert font sizes from print stylesheets (pt) to screen CSS (px).
- Calculate pixel equivalents when working with design tools that use points.
- Verify point-to-pixel ratios for high-DPI (Retina) display work.
- Convert print layout measurements to web pixel values.
- Check pixel sizes for PDF and document typography at various print DPIs.
- Translate design specs given in points to CSS pixel values.
Frequently Asked Questions
Last updated: 2026-07-23 ·
Reviewed by Nham Vu