12 PT to REM

Result

12 pt = 1.0032 rem


Explanation

  • PT — 12

To convert 12 points to REM you need to multiply PT value by 0.0836, in our case: 12 × 0.0836. In result we'll receive that 12 pt is equal to 1.0032 rem

CSS code for 12 PT to REM

p { font-size: 1.0032rem }

HTML (inline CSS):

<p style="font-size: 1.0032rem">Hello World<p>
Open PT to REM converter