Shades of Red #F91000
Tints of Red #F91000
RGB
CMYK
RGB Variations
Color information
#F91000 (or 0xF91000) is known color: Red. HEX triplet: F9, 10 and 00. RGB value is (249,16,0). Sum of RGB (Red+Green+Blue) = 249+16+0=265 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.96% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 249 - color contains mainly: red. Hex color #F91000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91000 is #06EFFF. Grayscale: #545454. Windows color (decimal): -454656 or 4345. OLE color: 4345.
HSL color Cylindrical-coordinate representation of color #F91000: hue angle of 3.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F91000 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.02 |
| HSL | 3.86º | 1% | 0.49% | - |
| HSV(B) | 3.86º | 1% | 0.98% | - |
| XYZ | 39.25 | 20.51 | 1.89 | - |
| YUV | 83.84 | 80.69 | 245.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 0 | 0 | 0.94 | 1 | 0.02 | 3.86 | 1 | 0.49 |
| Hex | F9 | 10 | 0 | 0 | 5E | 64 | 2 | 4 | 64 | 31 |
| Octal | 371 | 20 | 0 | 0 | 136 | 144 | 2 | 4 | 144 | 61 |
| Binary | 11111001 | 10000 | 0 | 0 | 1011110 | 1100100 | 10 | 100 | 1100100 | 110001 |
Color Harmonies of #F91000
Complementary color
Monochromatic Colors of #F91000
Black with #F91000
Text Example
Text Example
White with #F91000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91000; }
p { color: rgb(249,16,0); }
H1.HeaderClassName
{
color: #F91000;
}
.AnyTagClassName
{
color: #F91000;
}
</style>
background-color css
<style>
a { background-color: #F91000; }
a { background-color: rgb(249,16,0); }
div.DivClassName
{
background-color: #F91000;
}
.BgClassName
{
background-color: #F91000;
}
</style>
border-color css
<style>
span { border-color: #F91000; }
span { border-color: rgb(249,16,0); }
td.TdClassName
{
border-color: #F91000;
}
.TagClassName
{
border-color: #F91000;
}
</style>