Scenic Interactive Tool

PX to REM & EM Units Converter

Convert static pixel (px) sizes to relative rem / em CSS units instantly. Customize root font size (default 16px) and copy quick cheat sheet values.

(Default browser base size is 16px)

Bi-Directional Converter

PX to REM Cheat Sheet

Pixels (px) REM Equivalent Action

Frequently Asked Questions (FAQ)

REM = Target Pixels / Root Font Size. For example, 24px / 16px = 1.5rem.
REM always calculates relative to the root <html> element, whereas EM calculates relative to the font-size of its immediate parent container.