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