5 PT to REM

Result

5 pt = 0.418 rem


Explanation

  • PT — 5

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

CSS code for 5 PT to REM

p { font-size: 0.418rem }

HTML (inline CSS):

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