Shades of Red #F90B04
Tints of Red #F90B04
RGB
CMYK
RGB Variations
Color information
#F90B04 (or 0xF90B04) is known color: Red. HEX triplet: F9, 0B and 04. RGB value is (249,11,4). Sum of RGB (Red+Green+Blue) = 249+11+4=264 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.32% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90B04 is #06F4FB. Grayscale: #515151. Windows color (decimal): -455932 or 265209. OLE color: 265209.
HSL color Cylindrical-coordinate representation of color #F90B04: hue angle of 1.71º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90B04 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.02 |
| HSL | 1.71º | 0.97% | 0.5% | - |
| HSV(B) | 1.71º | 0.98% | 0.98% | - |
| XYZ | 39.21 | 20.39 | 1.98 | - |
| YUV | 81.36 | 84.35 | 247.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 4 | 0 | 0.96 | 0.98 | 0.02 | 1.71 | 0.97 | 0.5 |
| Hex | F9 | B | 4 | 0 | 60 | 62 | 2 | 2 | 61 | 32 |
| Octal | 371 | 13 | 4 | 0 | 140 | 142 | 2 | 2 | 141 | 62 |
| Binary | 11111001 | 1011 | 100 | 0 | 1100000 | 1100010 | 10 | 10 | 1100001 | 110010 |
Color Harmonies of #F90B04
Complementary color
Monochromatic Colors of #F90B04
Black with #F90B04
Text Example
Text Example
White with #F90B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90B04; }
p { color: rgb(249,11,4); }
H1.HeaderClassName
{
color: #F90B04;
}
.AnyTagClassName
{
color: #F90B04;
}
</style>
background-color css
<style>
a { background-color: #F90B04; }
a { background-color: rgb(249,11,4); }
div.DivClassName
{
background-color: #F90B04;
}
.BgClassName
{
background-color: #F90B04;
}
</style>
border-color css
<style>
span { border-color: #F90B04; }
span { border-color: rgb(249,11,4); }
td.TdClassName
{
border-color: #F90B04;
}
.TagClassName
{
border-color: #F90B04;
}
</style>