Shades of Red #F90404
Tints of Red #F90404
RGB
CMYK
RGB Variations
Color information
#F90404 (or 0xF90404) is known color: Red. HEX triplet: F9, 04 and 04. RGB value is (249,4,4). Sum of RGB (Red+Green+Blue) = 249+4+4=257 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.89% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 249 - color contains mainly: red. Hex color #F90404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90404 is #06FBFB. Grayscale: #4D4D4D. Windows color (decimal): -457724 or 263417. OLE color: 263417.
HSL color Cylindrical-coordinate representation of color #F90404: hue angle of 0º 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 #F90404 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.02 |
| HSL | 0º | 0.97% | 0.5% | - |
| HSV(B) | 0º | 0.98% | 0.98% | - |
| XYZ | 39.13 | 20.24 | 1.96 | - |
| YUV | 77.26 | 86.67 | 250.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 4 | 0 | 0.98 | 0.98 | 0.02 | 0 | 0.97 | 0.5 |
| Hex | F9 | 4 | 4 | 0 | 62 | 62 | 2 | 0 | 61 | 32 |
| Octal | 371 | 4 | 4 | 0 | 142 | 142 | 2 | 0 | 141 | 62 |
| Binary | 11111001 | 100 | 100 | 0 | 1100010 | 1100010 | 10 | 0 | 1100001 | 110010 |
Color Harmonies of #F90404
Complementary color
Monochromatic Colors of #F90404
Black with #F90404
Text Example
Text Example
White with #F90404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90404; }
p { color: rgb(249,4,4); }
H1.HeaderClassName
{
color: #F90404;
}
.AnyTagClassName
{
color: #F90404;
}
</style>
background-color css
<style>
a { background-color: #F90404; }
a { background-color: rgb(249,4,4); }
div.DivClassName
{
background-color: #F90404;
}
.BgClassName
{
background-color: #F90404;
}
</style>
border-color css
<style>
span { border-color: #F90404; }
span { border-color: rgb(249,4,4); }
td.TdClassName
{
border-color: #F90404;
}
.TagClassName
{
border-color: #F90404;
}
</style>