Shades of Red #F91100
Tints of Red #F91100
RGB
CMYK
RGB Variations
Color information
#F91100 (or 0xF91100) is known color: Red. HEX triplet: F9, 11 and 00. RGB value is (249,17,0). Sum of RGB (Red+Green+Blue) = 249+17+0=266 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.61% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 249 - color contains mainly: red. Hex color #F91100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91100 is #06EEFF. Grayscale: #545454. Windows color (decimal): -454400 or 4601. OLE color: 4601.
HSL color Cylindrical-coordinate representation of color #F91100: hue angle of 4.1º 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 #F91100 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.02 |
| HSL | 4.1º | 1% | 0.49% | - |
| HSV(B) | 4.1º | 1% | 0.98% | - |
| XYZ | 39.27 | 20.54 | 1.9 | - |
| YUV | 84.43 | 80.36 | 245.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 0 | 0 | 0.93 | 1 | 0.02 | 4.1 | 1 | 0.49 |
| Hex | F9 | 11 | 0 | 0 | 5D | 64 | 2 | 4 | 64 | 31 |
| Octal | 371 | 21 | 0 | 0 | 135 | 144 | 2 | 4 | 144 | 61 |
| Binary | 11111001 | 10001 | 0 | 0 | 1011101 | 1100100 | 10 | 100 | 1100100 | 110001 |
Color Harmonies of #F91100
Complementary color
Monochromatic Colors of #F91100
Black with #F91100
Text Example
Text Example
White with #F91100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91100; }
p { color: rgb(249,17,0); }
H1.HeaderClassName
{
color: #F91100;
}
.AnyTagClassName
{
color: #F91100;
}
</style>
background-color css
<style>
a { background-color: #F91100; }
a { background-color: rgb(249,17,0); }
div.DivClassName
{
background-color: #F91100;
}
.BgClassName
{
background-color: #F91100;
}
</style>
border-color css
<style>
span { border-color: #F91100; }
span { border-color: rgb(249,17,0); }
td.TdClassName
{
border-color: #F91100;
}
.TagClassName
{
border-color: #F91100;
}
</style>