REM to PT Converter

Convert REM units to points (pt) instantly with customizable base font size and DPI settings

Live Font Size Preview

Hello

Unit Conversion Table

Conversion values at 96 DPI, base font 16px

UnitPoints (pt)Pixels (px)REMEMPercent (%)
1 rem12.0161.01.0100%
1 pt1.01.33330.08330.08338.333%
1 px0.751.00.06250.06256.25%
1 em12161.01.0100%
1%0.120.160.010.011%

About REM to PT Conversion

What is REM?

REM (Root EM) is a CSS unit relative to the root element's font size. By default, most browsers set the root font size to 16px, making 1rem equal to 16px. REM units are widely used in responsive web design because they scale consistently across the entire page and respect user font size preferences.

What is PT (Points)?

PT (Points) is a typographic unit commonly used in print and PDF design. One point equals 1/72 of an inch. Points are the standard measurement for font sizes in word processors, desktop publishing, and print media. Understanding the relationship between REM and PT is essential when designing for both screen and print.

The Conversion Formula

REM → PX = rem × baseFontSize

PX → PT = px × (72 / DPI)

At standard 96 DPI with 16px base: 1 REM = 12 PT