PT to REM Converter

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

Live Font Size Preview

Hello

Unit Conversion Table

Conversion values at 96 DPI, base font 16px

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

About PT to REM Conversion

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.

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.

The Conversion Formula

PT → PX = pt × (DPI / 72)

PX → REM = px / baseFontSize

At standard 96 DPI with 16px base: 1 PT ≈ 0.0833 REM