free conversion
Tool

REM to PX Converter

Use this free tool to easily convert pixels to REM and REM to pixels. Simply remove the default values and start converting. The base font size is typically set to 16px in most browsers. If you’re unsure, it’s best to leave it as is to ensure accurate results.

2rem is equal to 32px (based on 16px)

What is REM unit:

REM (Root EM) is a CSS unit that defines font sizes relative to the root element’s font size. By default, if the root font size is set to 16px, 1rem equals 16px. When the root font size is adjusted, all elements using REM units automatically scale, providing consistency and flexibility in design. For example, if the root font size changes to 20px, 1rem will now equal 20px, causing all REM-based sizes to adjust proportionally. This makes REM ideal for responsive design, ensuring text and layout scale smoothly across different screen sizes and user preferences.

What is PX unit:

PX (Pixel) is an absolute unit of measurement in CSS, representing a single dot on a screen. Unlike REM, pixels have a fixed size and do not adjust based on the screen’s resolution or the browser’s settings. A 1px is always the same size, offering precise control over design elements. While this ensures consistency in fixed layouts, it limits flexibility, making it less ideal for responsive or scalable designs. Pixels are best used for elements that require exact dimensions, such as borders, icons, and pixel-perfect designs.

Why I Recommend REM unit

I personally use and recommend REM over pixels for web design. REM ensures better accessibility and scalability by allowing designs to adapt to users’ browser settings, enhancing readability and overall user experience. Unlike pixels, which are fixed, REM units adjust based on the root font size, making the website more flexible and responsive across different devices and screen resolutions.

Conversion Table

REMPixels
0.0625rem1px
0.25rem4px
0.5rem8px
0.75rem12px
1rem16px
1.25rem20px
1.5rem24px
2rem32px
2.5rem40px
3rem48px
4rem64px
6rem96px
8rem128px
10rem160px
11rem176px
12rem192px
13rem208px
14rem224px
16rem256px
20rem320px
30rem480px
36rem576px
48rem768px
50rem800px
60rem960px
62rem992px
64rem1024px
70rem1120px
75rem1200px
80rem1280px
90rem1440px
100rem1600px
120rem1920px