Typography / in → px
Convert CSS inches to CSS pixels
Convert absolute CSS lengths and desktop-publishing points. Convert CSS inches (in) to CSS pixels (px). Find the formula, worked examples, unit definitions, and practical guidance below.
Reverse: CSS pixels to CSS inches →
How to convert CSS inches to CSS pixels
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 in, b for the intermediate value in in, and y for the result in px.
px = in ÷ 0.010416666666666666
Worked examples
10 in ≈ 960 px
Step 1: (10 × 1) ≈ 10 in.
Step 2: 10 ÷ 0.0104166666667 ≈ 960 px.20 in ≈ 1920 px
Step 1: (20 × 1) ≈ 20 in.
Step 2: 20 ÷ 0.0104166666667 ≈ 1920 px.
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 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.
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.
Definitions and sources
Keep these unit conventions consistent when using measurements in construction calculations.
CSS inches to CSS pixels reference table
| CSS inches (in) | CSS pixels (px) |
|---|---|
| 1 | 96 |
| 5 | 480 |
| 10 | 960 |
| 25 | 2400 |
| 50 | 4800 |
| 100 | 9600 |
| 1000 | 96000 |
Browse every typography conversion →