Shades of Red #F91002
Tints of Red #F91002
RGB
CMYK
RGB Variations
Color information
#F91002 (or 0xF91002) is known color: Red. HEX triplet: F9, 10 and 02. RGB value is (249,16,2). Sum of RGB (Red+Green+Blue) = 249+16+2=267 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.26% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 249 - color contains mainly: red. Hex color #F91002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91002 is #06EFFD. Grayscale: #545454. Windows color (decimal): -454654 or 135417. OLE color: 135417.
HSL color Cylindrical-coordinate representation of color #F91002: hue angle of 3.4º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F91002 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.02 |
| HSL | 3.4º | 0.98% | 0.49% | - |
| HSV(B) | 3.4º | 0.99% | 0.98% | - |
| XYZ | 39.26 | 20.51 | 1.95 | - |
| YUV | 84.07 | 81.69 | 245.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 2 | 0 | 0.94 | 0.99 | 0.02 | 3.4 | 0.98 | 0.49 |
| Hex | F9 | 10 | 2 | 0 | 5E | 63 | 2 | 3 | 62 | 31 |
| Octal | 371 | 20 | 2 | 0 | 136 | 143 | 2 | 3 | 142 | 61 |
| Binary | 11111001 | 10000 | 10 | 0 | 1011110 | 1100011 | 10 | 11 | 1100010 | 110001 |
Color Harmonies of #F91002
Complementary color
Monochromatic Colors of #F91002
Black with #F91002
Text Example
Text Example
White with #F91002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91002; }
p { color: rgb(249,16,2); }
H1.HeaderClassName
{
color: #F91002;
}
.AnyTagClassName
{
color: #F91002;
}
</style>
background-color css
<style>
a { background-color: #F91002; }
a { background-color: rgb(249,16,2); }
div.DivClassName
{
background-color: #F91002;
}
.BgClassName
{
background-color: #F91002;
}
</style>
border-color css
<style>
span { border-color: #F91002; }
span { border-color: rgb(249,16,2); }
td.TdClassName
{
border-color: #F91002;
}
.TagClassName
{
border-color: #F91002;
}
</style>