Shades of Red #F91004
Tints of Red #F91004
RGB
CMYK
RGB Variations
Color information
#F91004 (or 0xF91004) is known color: Red. HEX triplet: F9, 10 and 04. RGB value is (249,16,4). Sum of RGB (Red+Green+Blue) = 249+16+4=269 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.57% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 249 - color contains mainly: red. Hex color #F91004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91004 is #06EFFB. Grayscale: #545454. Windows color (decimal): -454652 or 266489. OLE color: 266489.
HSL color Cylindrical-coordinate representation of color #F91004: hue angle of 2.94º 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 #F91004 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.02 |
| HSL | 2.94º | 0.97% | 0.5% | - |
| HSV(B) | 2.94º | 0.98% | 0.98% | - |
| XYZ | 39.27 | 20.52 | 2.01 | - |
| YUV | 84.3 | 82.69 | 245.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 4 | 0 | 0.94 | 0.98 | 0.02 | 2.94 | 0.97 | 0.5 |
| Hex | F9 | 10 | 4 | 0 | 5E | 62 | 2 | 3 | 61 | 32 |
| Octal | 371 | 20 | 4 | 0 | 136 | 142 | 2 | 3 | 141 | 62 |
| Binary | 11111001 | 10000 | 100 | 0 | 1011110 | 1100010 | 10 | 11 | 1100001 | 110010 |
Color Harmonies of #F91004
Complementary color
Monochromatic Colors of #F91004
Black with #F91004
Text Example
Text Example
White with #F91004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91004; }
p { color: rgb(249,16,4); }
H1.HeaderClassName
{
color: #F91004;
}
.AnyTagClassName
{
color: #F91004;
}
</style>
background-color css
<style>
a { background-color: #F91004; }
a { background-color: rgb(249,16,4); }
div.DivClassName
{
background-color: #F91004;
}
.BgClassName
{
background-color: #F91004;
}
</style>
border-color css
<style>
span { border-color: #F91004; }
span { border-color: rgb(249,16,4); }
td.TdClassName
{
border-color: #F91004;
}
.TagClassName
{
border-color: #F91004;
}
</style>