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
| Unit | Points (pt) | Pixels (px) | REM | EM | Percent (%) |
|---|---|---|---|---|---|
| 1 pt | 1.0 | 1.3333 | 0.0833 | 0.0833 | 8.333% |
| 1 px | 0.75 | 1.0 | 0.0625 | 0.0625 | 6.25% |
| 1 rem | 12 | 16 | 1.0 | 1.0 | 100% |
| 1 em | 12 | 16 | 1.0 | 1.0 | 100% |
| 1% | 0.12 | 0.16 | 0.01 | 0.01 | 1% |
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