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