Shades of Red #F10602
Tints of Red #F10602
RGB
CMYK
RGB Variations
Color information
#F10602 (or 0xF10602) is known color: Red. HEX triplet: F1, 06 and 02. RGB value is (241,6,2). Sum of RGB (Red+Green+Blue) = 241+6+2=249 (32% of max value = 765). Red value is 241 (94.53% from 255 or 96.79% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 241 - color contains mainly: red. Hex color #F10602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10602 is #0EF9FD. Grayscale: #4C4C4C. Windows color (decimal): -981502 or 132849. OLE color: 132849.
HSL color Cylindrical-coordinate representation of color #F10602: hue angle of 1º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10602 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.05 |
| HSL | 1º | 0.98% | 0.48% | - |
| HSV(B) | 1º | 0.99% | 0.95% | - |
| XYZ | 36.35 | 18.84 | 1.78 | - |
| YUV | 75.81 | 86.36 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 2 | 0 | 0.98 | 0.99 | 0.05 | 1 | 0.98 | 0.48 |
| Hex | F1 | 6 | 2 | 0 | 62 | 63 | 5 | 1 | 62 | 30 |
| Octal | 361 | 6 | 2 | 0 | 142 | 143 | 5 | 1 | 142 | 60 |
| Binary | 11110001 | 110 | 10 | 0 | 1100010 | 1100011 | 101 | 1 | 1100010 | 110000 |
Color Harmonies of #F10602
Complementary color
Monochromatic Colors of #F10602
Black with #F10602
Text Example
Text Example
White with #F10602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10602; }
p { color: rgb(241,6,2); }
H1.HeaderClassName
{
color: #F10602;
}
.AnyTagClassName
{
color: #F10602;
}
</style>
background-color css
<style>
a { background-color: #F10602; }
a { background-color: rgb(241,6,2); }
div.DivClassName
{
background-color: #F10602;
}
.BgClassName
{
background-color: #F10602;
}
</style>
border-color css
<style>
span { border-color: #F10602; }
span { border-color: rgb(241,6,2); }
td.TdClassName
{
border-color: #F10602;
}
.TagClassName
{
border-color: #F10602;
}
</style>