15 PT to REM

Result

15 pt = 1.254 rem


Explanation

  • PT — 15

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

CSS code for 15 PT to REM

p { font-size: 1.254rem }

HTML (inline CSS):

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