REM to PX Converter
Convert CSS units like rem, px, em, pt, %, vw, and vh. Includes a conversion calculator and reference table.
CSS Unit Conversion Table
1 unit = | Pixel (px) | Root Em (rem) | Em (em) | Point (pt) | Percent (%) | Viewport Width (vw) | Viewport Height (vh) |
---|---|---|---|---|---|---|---|
Pixel (px) | 1 | 0.0625 | 0.0625 | 0.750188 | 6.25 | 0.052083 | 0.092593 |
Root Em (rem) | 16 | 1 | 1 | 12.003001 | 100 | 0.833333 | 1.481481 |
Em (em) | 16 | 1 | 1 | 12.003001 | 100 | 0.833333 | 1.481481 |
Point (pt) | 1.333 | 0.083312 | 0.083312 | 1 | 8.33125 | 0.069427 | 0.123426 |
Percent (%) | 0.16 | 0.01 | 0.01 | 0.12003 | 1 | 0.008333 | 0.014815 |
Viewport Width (vw) | 19.2 | 1.2 | 1.2 | 14.403601 | 120 | 1 | 1.777778 |
Viewport Height (vh) | 10.8 | 0.675 | 0.675 | 8.102026 | 67.5 | 0.5625 | 1 |
How to use the REM to PX Converter
- Enter the numeric value in the input box.
- Select the unit you want to convert from.
- Select the unit you want to convert to.
- Click Convert to compute the converted value.
- Copy the result or use the conversion table for reference.