πŸ“
🌐

PX to REM for Web Development

Convert pixel values to rem units for scalable, accessible CSS. Set your base font size and instantly see all equivalent values.

Tidak perlu login
1rem

Context (affects rem/em/vw/vh/%)

All conversions for 16 px
Root EM (rem)1 rem
EM (em)1 em
Points (pt)12 pt
Viewport Width (vw)1.11111 vw
Viewport Height (vh)1.77778 vh
Percent (%)100 %

Common pixel sizes β†’ rem (at 16px base)

Web Dev tips

🌐

REM units scale with the user's browser font size setting. Using rem instead of px makes your site accessible to users who set larger default text sizes.

πŸ’‘

Most browsers default to 16px base. That means 1rem = 16px, 1.5rem = 24px, 2rem = 32px. The reference table at the bottom shows common conversions at a glance.

πŸ“

Using rem for font sizes and em for component-level spacing is a common best practice β€” em respects the local context, rem stays anchored to the root.

🎨

Tailwind CSS uses a 16px base. Its spacing scale (text-sm = 0.875rem = 14px, text-base = 1rem = 16px) is visible in the common sizes reference below.

Cara kerja

1
Masukkan
Enter your data into the tool above. Everything stays local to your browser.
2
Proses
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Unduh
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

Mengapa milik kami?

βœ“Sepenuhnya gratis β€” tidak ada biaya tersembunyi, selamanya
βœ“Tidak perlu akun, email, atau login
βœ“File tidak pernah meninggalkan perangkat Anda
βœ“Tidak ada batasan ukuran file sama sekali
βœ“Tidak ada tanda air pada output apa pun

Also check out…

Pertanyaan yang sering diajukan