Shades of Red #F80F09
Tints of Red #F80F09
RGB
CMYK
RGB Variations
Color information
#F80F09 (or 0xF80F09) is known color: Red. HEX triplet: F8, 0F and 09. RGB value is (248,15,9). Sum of RGB (Red+Green+Blue) = 248+15+9=272 (36% of max value = 765). Red value is 248 (97.27% from 255 or 91.18% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80F09 is #07F0F6. Grayscale: #545454. Windows color (decimal): -520439 or 593912. OLE color: 593912.
HSL color Cylindrical-coordinate representation of color #F80F09: hue angle of 1.51º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80F09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.03 |
| HSL | 1.51º | 0.94% | 0.5% | - |
| HSV(B) | 1.51º | 0.96% | 0.97% | - |
| XYZ | 38.93 | 20.32 | 2.13 | - |
| YUV | 83.98 | 85.69 | 244.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 9 | 0 | 0.94 | 0.96 | 0.03 | 1.51 | 0.94 | 0.5 |
| Hex | F8 | F | 9 | 0 | 5E | 60 | 3 | 2 | 5E | 32 |
| Octal | 370 | 17 | 11 | 0 | 136 | 140 | 3 | 2 | 136 | 62 |
| Binary | 11111000 | 1111 | 1001 | 0 | 1011110 | 1100000 | 11 | 10 | 1011110 | 110010 |
Color Harmonies of #F80F09
Complementary color
Monochromatic Colors of #F80F09
Black with #F80F09
Text Example
Text Example
White with #F80F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80F09; }
p { color: rgb(248,15,9); }
H1.HeaderClassName
{
color: #F80F09;
}
.AnyTagClassName
{
color: #F80F09;
}
</style>
background-color css
<style>
a { background-color: #F80F09; }
a { background-color: rgb(248,15,9); }
div.DivClassName
{
background-color: #F80F09;
}
.BgClassName
{
background-color: #F80F09;
}
</style>
border-color css
<style>
span { border-color: #F80F09; }
span { border-color: rgb(248,15,9); }
td.TdClassName
{
border-color: #F80F09;
}
.TagClassName
{
border-color: #F80F09;
}
</style>