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