Typography / px → in
Convert CSS pixels to CSS inches
Convert absolute CSS lengths and desktop-publishing points. Convert CSS pixels (px) to CSS inches (in). Find the formula, worked examples, unit definitions, and practical guidance below.
Reverse: CSS inches to CSS pixels →
How to convert CSS pixels to CSS inches
These use CSS definitions: 1 inch = 96 CSS pixels = 72 points = 6 picas. A CSS pixel is not a physical screen pixel. Relative em, rem, and viewport units need a rendering context and are excluded.
Use x for the value in px, b for the intermediate value in in, and y for the result in in.
in = px × 0.010416666666666666
Worked examples
10 px ≈ 0.104166666667 in
Step 1: (10 × 0.0104166666667) ≈ 0.104166666667 in.
Step 2: 0.104166666667 ÷ 1 ≈ 0.104166666667 in.20 px ≈ 0.208333333333 in
Step 1: (20 × 0.0104166666667) ≈ 0.208333333333 in.
Step 2: 0.208333333333 ÷ 1 ≈ 0.208333333333 in.
Results are rounded to 12 significant digits. Converting units does not increase the precision of the original measurement. Very large or small values outside JavaScript’s finite numeric range are rejected.
About CSS pixels
CSS pixels (px) measures typography under the conventions above. The base value in in is (x × 0.0104166666667), where x is the numerical value in px. Factors shown here are rounded for display; calculations use the stored factor.
About CSS inches
CSS inches (in) measures typography under the conventions above. The base value in in is (x × 1), where x is the numerical value in in. Factors shown here are rounded for display; calculations use the stored factor.
Definitions and sources
Keep these unit conventions consistent when using measurements in construction calculations.
CSS pixels to CSS inches reference table
| CSS pixels (px) | CSS inches (in) |
|---|---|
| 1 | 0.0104166666667 |
| 5 | 0.0520833333333 |
| 10 | 0.104166666667 |
| 25 | 0.260416666667 |
| 50 | 0.520833333333 |
| 100 | 1.04166666667 |
| 1000 | 10.4166666667 |
Browse every typography conversion →