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