Shades of Red #F80B0B
Tints of Red #F80B0B
RGB
CMYK
RGB Variations
Color information
#F80B0B (or 0xF80B0B) is known color: Red. HEX triplet: F8, 0B and 0B. RGB value is (248,11,11). Sum of RGB (Red+Green+Blue) = 248+11+11=270 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.85% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80B0B is #07F4F4. Grayscale: #525252. Windows color (decimal): -521461 or 723960. OLE color: 723960.
HSL color Cylindrical-coordinate representation of color #F80B0B: hue angle of 0º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80B0B is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 11 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.03 |
| HSL | 0º | 0.94% | 0.51% | - |
| HSV(B) | 0º | 0.96% | 0.97% | - |
| XYZ | 38.89 | 20.22 | 2.17 | - |
| YUV | 81.86 | 88.02 | 246.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 11 | 0 | 0.96 | 0.96 | 0.03 | 0 | 0.94 | 0.51 |
| Hex | F8 | B | B | 0 | 60 | 60 | 3 | 0 | 5E | 33 |
| Octal | 370 | 13 | 13 | 0 | 140 | 140 | 3 | 0 | 136 | 63 |
| Binary | 11111000 | 1011 | 1011 | 0 | 1100000 | 1100000 | 11 | 0 | 1011110 | 110011 |
Color Harmonies of #F80B0B
Complementary color
Monochromatic Colors of #F80B0B
Black with #F80B0B
Text Example
Text Example
White with #F80B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B0B; }
p { color: rgb(248,11,11); }
H1.HeaderClassName
{
color: #F80B0B;
}
.AnyTagClassName
{
color: #F80B0B;
}
</style>
background-color css
<style>
a { background-color: #F80B0B; }
a { background-color: rgb(248,11,11); }
div.DivClassName
{
background-color: #F80B0B;
}
.BgClassName
{
background-color: #F80B0B;
}
</style>
border-color css
<style>
span { border-color: #F80B0B; }
span { border-color: rgb(248,11,11); }
td.TdClassName
{
border-color: #F80B0B;
}
.TagClassName
{
border-color: #F80B0B;
}
</style>