REM to Pixels Converter (REM to PX)

Convert REM to PX easily with this free tool. REM is a font-relative unit in CSS, where 1REM equals the root font size set on the <html> element.

REM to Pixel Converter

Base

Steps to Use the Converter:

Follow these simple steps to convert REM to Pixels (PX):

  • Enter the Base Font Size value.
  • Input the REM value you want to convert.
  • Press Enter or click the Convert button.

How to Convert REM to PX

REM (Root EM) is based on the root font-size. Converting it to pixels (PX) depends on the font-size set on the <html> element.

  • Set the Root Font Size

    If the root font-size is defined as 16px in CSS:

    html {
    font-size: 16px;
    }

    Then, 1rem = 16px.

  • REM to Pixel Conversion Formula

    To manually convert REM to Pixel, use the following formula:

    Pixels = REM * Base Font Size

Common Pixels to REM Conversions:

PX REM
4px0.25rem
8px0.5rem
12px0.75rem
16px1rem
20px1.25rem
24px1.5rem
32px2rem
40px2.5rem
48px3rem
64px4rem
96px6rem
128px8rem
160px10rem
176px11rem
192px12rem
208px13rem
224px14rem
256px16rem
320px20rem
480px30rem
576px36rem
768px48rem
800px50rem
960px60rem
992px62rem
1024px64rem
1120px70rem
1200px75rem
1280px80rem
1440px90rem
1600px100rem