REM to PX Converter

Calculation based on a root font size of 16px.

Understanding how to convert between REM and PX is essential for web designers and developers who aim to create responsive, accessible, and scalable designs. This tool solves the confusion around relative units like REM and provides an easy way to convert between REM and PX values.

Also, check out the Hex to Pantone and morse code translator.

📏 Quick REM ↔ PX Conversion Tables

REM to PX Table

REMPX
0.7512
116
1.2520
1.524
1.7528
232
2.540
348
464
580
696
7.5120
10160

PX to REM Table

PXREM
20.125
100.625
120.75
161
201.25
241.5
281.75
301.875
322
402.5
483
644
805
966
1207.5

What’s the Difference Between REM and PX?

PX (pixels) are absolute units that represent fixed values on the screen. REM (root em) is a relative unit that depends on the root font size of the document, making it more flexible and scalable.

Designers often use REM for creating responsive designs because it adapts to the user’s font size settings. PX is still helpful for precise, fixed layouts.

How to Convert Between REM and PX

To convert REM to PX, multiply the REM value by the root font size. For example, if the root font size is 16px, 1.5 REM equals 24px.

To convert PX to REM, divide the pixel value by the root font size. For instance, if the root font size is 16px, 32px equals 2 REM.