Shades of Red #F91005
Tints of Red #F91005
RGB
CMYK
RGB Variations
Color information
#F91005 (or 0xF91005) is known color: Red. HEX triplet: F9, 10 and 05. RGB value is (249,16,5). Sum of RGB (Red+Green+Blue) = 249+16+5=270 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.22% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 249 - color contains mainly: red. Hex color #F91005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91005 is #06EFFA. Grayscale: #545454. Windows color (decimal): -454651 or 332025. OLE color: 332025.
HSL color Cylindrical-coordinate representation of color #F91005: hue angle of 2.7º degrees, saturation: 0.96, 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 #F91005 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.02 |
| HSL | 2.7º | 0.96% | 0.5% | - |
| HSV(B) | 2.7º | 0.98% | 0.98% | - |
| XYZ | 39.28 | 20.52 | 2.03 | - |
| YUV | 84.41 | 83.19 | 245.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 5 | 0 | 0.94 | 0.98 | 0.02 | 2.7 | 0.96 | 0.5 |
| Hex | F9 | 10 | 5 | 0 | 5E | 62 | 2 | 3 | 60 | 32 |
| Octal | 371 | 20 | 5 | 0 | 136 | 142 | 2 | 3 | 140 | 62 |
| Binary | 11111001 | 10000 | 101 | 0 | 1011110 | 1100010 | 10 | 11 | 1100000 | 110010 |
Color Harmonies of #F91005
Complementary color
Monochromatic Colors of #F91005
Black with #F91005
Text Example
Text Example
White with #F91005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91005; }
p { color: rgb(249,16,5); }
H1.HeaderClassName
{
color: #F91005;
}
.AnyTagClassName
{
color: #F91005;
}
</style>
background-color css
<style>
a { background-color: #F91005; }
a { background-color: rgb(249,16,5); }
div.DivClassName
{
background-color: #F91005;
}
.BgClassName
{
background-color: #F91005;
}
</style>
border-color css
<style>
span { border-color: #F91005; }
span { border-color: rgb(249,16,5); }
td.TdClassName
{
border-color: #F91005;
}
.TagClassName
{
border-color: #F91005;
}
</style>