10 PT to REM

Result

10 pt = 0.836 rem


Explanation

  • PT — 10

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

CSS code for 10 PT to REM

p { font-size: 0.836rem }

HTML (inline CSS):

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