rem to px
1 REM equals 16 Pixels using CSS pixel-based scaling anchored to 96 pixels per inch.
Direct Answer
1 REM equals 16 Pixels
This conversion uses CSS pixel-based scaling anchored to 96 pixels per inch.
For 8 REM, the result equals 128 Pixels.
Converter Calculator
16 Pixels (px)
SwitchExplanation
Formula: Pixels = REM (16px root) × 16. 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.
Pixels (px): the core CSS screen-length unit used for UI sizing, spacing, and layout measurements.
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) | Pixels (px) |
|---|---|
| 8 | 128 |
| 10 | 160 |
| 12 | 192 |
| 14 | 224 |
| 16 | 256 |
| 18 | 288 |
| 24 | 384 |
| 32 | 512 |
| 48 | 768 |
| 96 | 1,536 |
Frequently Asked Questions
How does this converter compute REM (16px root) to Pixels?
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 Pixels to REM (16px root) page.
Are fractional rem (16px root) inputs valid in REM (16px root) to Pixels?
Yes. Decimal inputs are supported for REM (16px root) to Pixels, and the mirror direction keeps inverse assumptions aligned.