Shades of Red #F90F09
Tints of Red #F90F09
RGB
CMYK
RGB Variations
Color information
#F90F09 (or 0xF90F09) is known color: Red. HEX triplet: F9, 0F and 09. RGB value is (249,15,9). Sum of RGB (Red+Green+Blue) = 249+15+9=273 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.21% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90F09 is #06F0F6. Grayscale: #545454. Windows color (decimal): -454903 or 593913. OLE color: 593913.
HSL color Cylindrical-coordinate representation of color #F90F09: hue angle of 1.5º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90F09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.02 |
| HSL | 1.5º | 0.95% | 0.51% | - |
| HSV(B) | 1.5º | 0.96% | 0.98% | - |
| XYZ | 39.29 | 20.5 | 2.14 | - |
| YUV | 84.28 | 85.52 | 245.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 9 | 0 | 0.94 | 0.96 | 0.02 | 1.5 | 0.95 | 0.51 |
| Hex | F9 | F | 9 | 0 | 5E | 60 | 2 | 2 | 5F | 33 |
| Octal | 371 | 17 | 11 | 0 | 136 | 140 | 2 | 2 | 137 | 63 |
| Binary | 11111001 | 1111 | 1001 | 0 | 1011110 | 1100000 | 10 | 10 | 1011111 | 110011 |
Color Harmonies of #F90F09
Complementary color
Monochromatic Colors of #F90F09
Black with #F90F09
Text Example
Text Example
White with #F90F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F09; }
p { color: rgb(249,15,9); }
H1.HeaderClassName
{
color: #F90F09;
}
.AnyTagClassName
{
color: #F90F09;
}
</style>
background-color css
<style>
a { background-color: #F90F09; }
a { background-color: rgb(249,15,9); }
div.DivClassName
{
background-color: #F90F09;
}
.BgClassName
{
background-color: #F90F09;
}
</style>
border-color css
<style>
span { border-color: #F90F09; }
span { border-color: rgb(249,15,9); }
td.TdClassName
{
border-color: #F90F09;
}
.TagClassName
{
border-color: #F90F09;
}
</style>