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