1 PT to REM

Result

1 pt = 0.0836 rem


Explanation

  • PT — 1

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

CSS code for 1 PT to REM

p { font-size: 0.0836rem }

HTML (inline CSS):

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