Situations that call for this result for Pixels to Points
Use this page when CSS pixels at 96 ppi must be restated as typographic points, particularly for web-to-print comparisons, design systems, typography, and document layouts.
The source remains identifiable as px; the answer is explicitly labeled pt.
Converting without losing the unit in Pixels to Points
The fixed relationship between CSS pixels at 96 ppi and typographic points supplies the calculation. Multiply CSS pixels at 96 ppi by 0.75 to obtain typographic points.
Multiply CSS pixels at 96 ppi by 0.75 to obtain typographic points.
Reversing pixels to points should recover the original px amount. Divide typographic points by 0.75 to return to CSS pixels at 96 ppi.
Example and reference values: px to pt
With 16 written in px, the converter reports 12 pt. Numerically, 16 × 0.75 = 12.
Use the reference row to check a smaller and larger pixels to points case.
8 px6 pt
16 px12 pt
40 px30 pt
When to keep extra digits for typographic points
For comparison work, a short pt result may be enough. For subsequent formulas, retain more of the converted typographic points value.
Do not interpret generated trailing digits as new information about the original CSS pixels at 96 ppi quantity.
Catching a unit mistake for Pixels to Points
Keep the px and pt labels beside the numbers during a manual check. That prevents the factor from being applied backward.
For this example the inverse path ends near 16 px, which verifies the direction.
Definitions behind px and pt
The abbreviation px belongs to CSS pixels at 96 ppi, whereas pt belongs to typographic points. For pixels to points, the scale value is 0.75.
Pixel and point relationships depend on an assumed pixel density; this page uses the CSS convention of 96 pixels per inch where applicable. A regional or historical variant of CSS pixels at 96 ppi may need a factor different from the one used for typographic points here. Retain those abbreviations in tables and notes so the reported typographic points amount is not mistaken for CSS pixels at 96 ppi.
Carrying the pt result forward
For specifications and tables, pair the converted pt number with its source in px. Recalculate pixels to points rather than scaling an already rounded typographic points figure.
A broader comparison of CSS pixels at 96 ppi is available in the typography converter. The same unit family includes pixels per inch to pixels per centimeter and pixels per centimeter to pixels per inch.
The unit ratio for Pixels to Points
For this unit pair, 1 px corresponds to 0.75 pt. A reverse pixels to points scale uses 1.33333333 px per pt.
Attach the ratio to the entered number and verify that px cancels. The surviving symbol should be pt, the requested destination.
Using typographic points in context
When web-to-print comparisons, design systems, typography, and document layouts uses mixed unit systems, normalize one column at a time. Convert each px entry to pt before computing totals or averages.
Retaining the original CSS pixels at 96 ppi figures makes discrepancies traceable. It also lets another reader verify pixels to points without reconstructing the source from rounded typographic points values.
Questions about pixels to points
What is the formula for pixels to points?
Multiply CSS pixels at 96 ppi by 0.75 to obtain typographic points. Divide typographic points by 0.75 to return to CSS pixels at 96 ppi.
How can I check the typographic points result?
Convert the answer from typographic points back to CSS pixels at 96 ppi. A result near the starting px value provides an independent arithmetic check.
Does zero px equal zero pt?
Yes. Zero px maps to zero pt because pixels to points has no zero-point offset.