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