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