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