Shades of Red #F90F08
Tints of Red #F90F08
RGB
CMYK
RGB Variations
Color information
#F90F08 (or 0xF90F08) is known color: Red. HEX triplet: F9, 0F and 08. RGB value is (249,15,8). Sum of RGB (Red+Green+Blue) = 249+15+8=272 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.54% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90F08 is #06F0F7. Grayscale: #545454. Windows color (decimal): -454904 or 528377. OLE color: 528377.
HSL color Cylindrical-coordinate representation of color #F90F08: hue angle of 1.74º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90F08 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 8 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.02 |
| HSL | 1.74º | 0.95% | 0.5% | - |
| HSV(B) | 1.74º | 0.97% | 0.98% | - |
| XYZ | 39.28 | 20.5 | 2.12 | - |
| YUV | 84.17 | 85.02 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 8 | 0 | 0.94 | 0.97 | 0.02 | 1.74 | 0.95 | 0.5 |
| Hex | F9 | F | 8 | 0 | 5E | 61 | 2 | 2 | 5F | 32 |
| Octal | 371 | 17 | 10 | 0 | 136 | 141 | 2 | 2 | 137 | 62 |
| Binary | 11111001 | 1111 | 1000 | 0 | 1011110 | 1100001 | 10 | 10 | 1011111 | 110010 |
Color Harmonies of #F90F08
Complementary color
Monochromatic Colors of #F90F08
Black with #F90F08
Text Example
Text Example
White with #F90F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F08; }
p { color: rgb(249,15,8); }
H1.HeaderClassName
{
color: #F90F08;
}
.AnyTagClassName
{
color: #F90F08;
}
</style>
background-color css
<style>
a { background-color: #F90F08; }
a { background-color: rgb(249,15,8); }
div.DivClassName
{
background-color: #F90F08;
}
.BgClassName
{
background-color: #F90F08;
}
</style>
border-color css
<style>
span { border-color: #F90F08; }
span { border-color: rgb(249,15,8); }
td.TdClassName
{
border-color: #F90F08;
}
.TagClassName
{
border-color: #F90F08;
}
</style>