REM to PX Converter

Convert relative REM values back into exact pixels

Safe conversion with no data sent to server

em
px

Reference Table

Pixels (px)RemEm
1px0.0625rem0.0625em
2px0.125rem0.125em
4px0.25rem0.25em
8px0.5rem0.5em
10px0.625rem0.625em
12px0.75rem0.75em
14px0.875rem0.875em
16px1rem1em
18px1.125rem1.125em
20px1.25rem1.25em
24px1.5rem1.5em
32px2rem2em
48px3rem3em
64px4rem4em

When to convert REM to PX

Often when inspecting elements built by responsive frameworks (like Tailwind CSS or Bootstrap) or dealing with modern codebases, you will encounter dimensions stated in REM. Sometimes you need to know exactly how many pixels that translates to on a standard screen in order to mirror a design file accurately.