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