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