Disclosure: This post contains affiliate links, which means we may earn a commission if you purchase through our links at no extra cost to you.
11 points is equal to approximately 14.6667 pixels.
The conversion from points to pixels depends on the resolution or DPI (dots per inch) of the display. Since 1 point is traditionally 1/72 of an inch, and pixels per inch are commonly set to 96 in web and screen displays, the calculation uses these values to convert points into pixels.
Conversion Tool
Result in pixel:
Conversion Formula
The formula to convert points to pixels is:
pixels = points × (pixels per inch / points per inch)
Since 1 point equals 1/72 inch and screens are usually 96 pixels per inch, the formula becomes:
pixels = points × (96 / 72)
This works because points measure physical size on paper while pixels are screen units. The ratio 96/72 converts physical units to screen pixels.
Example calculation for 11 points:
- Calculate the ratio: 96 ÷ 72 = 1.3333
- Multiply points by ratio: 11 × 1.3333 = 14.6667 pixels
Conversion Example
- Convert 5 points to pixels: Multiply 5 × (96/72) = 5 × 1.3333 = 6.6667 pixels
- Convert 20 points to pixels: 20 × 1.3333 = 26.6667 pixels
- Convert 0 points: 0 × 1.3333 = 0 pixels (no size)
- Convert 7.5 points: 7.5 × 1.3333 = 10 pixels exactly
- Convert 12 points: 12 × 1.3333 = 16 pixels
Each step involves multiplying the point value by 1.3333 to get pixels.
Conversion Chart
Points | Pixels |
---|---|
-14.0 | -18.6667 |
-10.0 | -13.3333 |
-5.0 | -6.6667 |
0.0 | 0.0000 |
5.0 | 6.6667 |
10.0 | 13.3333 |
11.0 | 14.6667 |
15.0 | 20.0000 |
20.0 | 26.6667 |
25.0 | 33.3333 |
30.0 | 40.0000 |
36.0 | 48.0000 |
This chart shows point values on the left and their pixel equivalents on the right. To use, find your point value and read across to see the pixel size for screen display.
Related Conversion Questions
- How many pixels are 11 points on a 96 DPI screen?
- What is the pixel size of a font set to 11 points?
- Does 11 point text equal 14 pixels in web design?
- How to convert 11 pt to px in CSS?
- Why is 11 points not the same as 11 pixels?
- What is the pixel equivalent of 11 points at 72 DPI?
- Is 11 points bigger or smaller than 15 pixels?
Conversion Definitions
Point: A point is a unit of length used in typography and graphic design, equal to 1/72 of an inch. It measures font size and other print elements, ensuring consistent physical dimensions across different media. Points do not directly translate to pixel size without considering screen resolution.
Pixel: A pixel is the smallest controllable element of a digital image or display screen. Pixels compose images on monitors, phones, and TVs, representing color and brightness at precise locations. Pixel size depends on screen resolution and physical dimensions, making it variable across devices.
Conversion FAQs
Why does converting points to pixels depend on screen resolution?
Point is a physical measurement based on inches, while pixels are digital units. Since pixels per inch (PPI) varies by screen, converting points to pixels requires knowing the PPI value. Without screen resolution, the pixel count for a point size can’t be exact, causing variability.
Can the conversion factor change for different devices?
Yes, if a device uses a screen density other than 96 PPI, the conversion from points to pixels changes. For example, some high-resolution screens have higher PPI, making the pixel equivalent of a point larger. Web design often assumes 96 PPI for consistency.
Is 11 points a good size for web fonts?
While 11 points translates to about 14.67 pixels, this size might be small for readability on many devices. Web designers often prefer font sizes in pixels or rem units for better control. User settings and screen size also affect perceived font size.
How accurate is the 1 point = 1.3333 pixels approximation?
This ratio is accurate when assuming 96 PPI screen resolution and standard point definition (1/72 inch). However, it may be off on devices with different PPI or if printing is involved. For screen purposes, it is a reliable approximation.
Why do negative point values produce negative pixels?
Mathematically, negative points convert to negative pixels since the formula multiplies directly. However, negative font sizes or lengths are not valid in practical design and should be avoided.