All Tools
PX ↔ REM
Convert between px and rem based on a base font size.
DesignProcessed locally. Your input never leaves your browser.
Common Sizes
| px | rem |
|---|---|
| 8px | |
| 10px | |
| 12px | |
| 14px | |
| 16px | |
| 18px | |
| 20px | |
| 24px | |
| 32px | |
| 48px |
About
Converts between px and rem based on a base font size (16px by default, matching most browsers). rem is always relative to the root font size, not any parent element.