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