Dev Patrache

PX to REM Converter

px (기본: 16px)
1rem
font-size: 1rem;
px ↔ rem Reference Table (Base Font Size: 16px)
pxremCopy
8px0.5rem
10px0.625rem
12px0.75rem
14px0.875rem
16px1rem
18px1.125rem
20px1.25rem
24px1.5rem
28px1.75rem
32px2rem
36px2.25rem
40px2.5rem
48px3rem
56px3.5rem
64px4rem
72px4.5rem
80px5rem
96px6rem
Last updated: 2026 · Free online tool

What is PX to REM Converter?

Free online tool to convert between CSS px and rem units with a reference table

How to Use

  1. 1
    Set base size — Set the base font size (default 16px).
  2. 2
    Enter value — Enter a px or rem value.
  3. 3
    Check results — View the converted value and CSS snippet.
  4. 4
    Use reference table — Copy common values directly from the reference table below.

Related Tools

Frequently Asked Questions

rem is a relative unit based on the root element's (html) font-size. The default is 16px.

Yes. Change the base font size at the top and the conversion results and reference table update automatically.

em is relative to the parent element, rem is relative to the root (html) element. rem is more predictable.

Yes, decimal conversions like 12.5px → 0.7813rem are supported.

No. All calculations happen in your browser.

This site uses cookies for better experience and advertising. Learn more