Shades of Red #F91202
Tints of Red #F91202
RGB
CMYK
RGB Variations
Color information
#F91202 (or 0xF91202) is known color: Red. HEX triplet: F9, 12 and 02. RGB value is (249,18,2). Sum of RGB (Red+Green+Blue) = 249+18+2=269 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.57% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 249 - color contains mainly: red. Hex color #F91202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91202 is #06EDFD. Grayscale: #555555. Windows color (decimal): -454142 or 135929. OLE color: 135929.
HSL color Cylindrical-coordinate representation of color #F91202: hue angle of 3.89º 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 #F91202 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.02 |
| HSL | 3.89º | 0.98% | 0.49% | - |
| HSV(B) | 3.89º | 0.99% | 0.98% | - |
| XYZ | 39.29 | 20.58 | 1.96 | - |
| YUV | 85.25 | 81.03 | 244.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 2 | 0 | 0.93 | 0.99 | 0.02 | 3.89 | 0.98 | 0.49 |
| Hex | F9 | 12 | 2 | 0 | 5D | 63 | 2 | 4 | 62 | 31 |
| Octal | 371 | 22 | 2 | 0 | 135 | 143 | 2 | 4 | 142 | 61 |
| Binary | 11111001 | 10010 | 10 | 0 | 1011101 | 1100011 | 10 | 100 | 1100010 | 110001 |
Color Harmonies of #F91202
Complementary color
Monochromatic Colors of #F91202
Black with #F91202
Text Example
Text Example
White with #F91202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91202; }
p { color: rgb(249,18,2); }
H1.HeaderClassName
{
color: #F91202;
}
.AnyTagClassName
{
color: #F91202;
}
</style>
background-color css
<style>
a { background-color: #F91202; }
a { background-color: rgb(249,18,2); }
div.DivClassName
{
background-color: #F91202;
}
.BgClassName
{
background-color: #F91202;
}
</style>
border-color css
<style>
span { border-color: #F91202; }
span { border-color: rgb(249,18,2); }
td.TdClassName
{
border-color: #F91202;
}
.TagClassName
{
border-color: #F91202;
}
</style>