rem to pt
Snapshot
1 REM equals 12 Points. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses CSS pixel-based scaling anchored to 96 pixels per inch.
- Example: For 8 REM, the result equals 96 Points.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Converter Calculator
12 Points (pt)
SwitchExplanation
Formula: Points = REM (16px root) × 12. Why: rem and em are relative units, so this route uses the page's explicit 16px baseline assumption before applying the target unit through CSS pixels.
REM (16px root): a CSS relative unit based on the root font size. This converter assumes a fixed 16px root size.
Points (pt): a print-oriented unit equal to 1/72 of an inch, commonly used for typography and print specifications.
This route is useful when translating between fixed CSS lengths and relative typography units so spacing, font sizing, and responsive UI rules stay on an explicit baseline.
This conversion is purely multiplicative because both units reduce through CSS pixels using a fixed 96 px per inch baseline and explicit relative-unit assumptions where needed.
Common Conversion Values
| REM (16px root) (rem) | Points (pt) |
|---|---|
| 8 | 96 |
| 10 | 120 |
| 12 | 144 |
| 14 | 168 |
| 16 | 192 |
| 18 | 216 |
| 24 | 288 |
| 32 | 384 |
| 48 | 576 |
| 96 | 1,152 |
Frequently Asked Questions
What formula is used for REM (16px root) to Points?
Both units are normalized through CSS pixels, then converted using a fixed ratio.
Are the reverse pages available?
Yes. Use the switch button or open the Points to REM (16px root) page.
Can I use decimal values for REM (16px root) to Points?
Yes. Decimal inputs are supported for REM (16px root) to Points, and the mirror direction keeps inverse assumptions aligned.