REM to Pixel Converter

Convert REM to Pixels using the formula:
Pixels = REM × Base Font Size

This conversion helps in web development for maintaining consistent and scalable typography.

How to Convert REM to Pixels

What is REM?

REM (Root EM) is a relative unit in CSS that is based on the font size of the root <html> element. The default root font size is 16px, but it can be changed in CSS.

Conversion Formula

To convert REM to Pixels, use the formula:

Pixels = REM × Base Font Size

Example Calculations:

REM to Pixel Conversion Table

REMPixels (Base 16px)
0.5 rem8 pixel
1 rem16 pixel
1.5 rem24 pixel
2 rem32 pixel
2.5 rem40 pixel
3 rem48 pixel
3.5 rem56 pixel
4 rem64 pixel
4.5 rem72 pixel
5 rem80 pixel
6 rem96 pixel
7 rem112 pixel
8 rem128 pixel
9 rem144 pixel
10 rem160 pixel