17 PT to REM
Result
17 pt = 1.4212 rem
Explanation
- PT — 17
To convert 17 points to REM you need to multiply PT value by 0.0836, in our case: 17 × 0.0836. In result we'll receive that 17 pt is equal to 1.4212 rem
CSS code for 17 PT to REM
p { font-size: 1.4212rem }
HTML (inline CSS):
<p style="font-size: 1.4212rem">Hello World<p>