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