Shades of Red #F60602
Tints of Red #F60602
RGB
CMYK
RGB Variations
Color information
#F60602 (or 0xF60602) is known color: Red. HEX triplet: F6, 06 and 02. RGB value is (246,6,2). Sum of RGB (Red+Green+Blue) = 246+6+2=254 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.85% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 246 - color contains mainly: red. Hex color #F60602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60602 is #09F9FD. Grayscale: #4D4D4D. Windows color (decimal): -653822 or 132854. OLE color: 132854.
HSL color Cylindrical-coordinate representation of color #F60602: hue angle of 0.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60602 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.04 |
| HSL | 0.98º | 0.98% | 0.49% | - |
| HSV(B) | 0.98º | 0.99% | 0.96% | - |
| XYZ | 38.08 | 19.73 | 1.86 | - |
| YUV | 77.3 | 85.51 | 248.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 2 | 0 | 0.98 | 0.99 | 0.04 | 0.98 | 0.98 | 0.49 |
| Hex | F6 | 6 | 2 | 0 | 62 | 63 | 4 | 1 | 62 | 31 |
| Octal | 366 | 6 | 2 | 0 | 142 | 143 | 4 | 1 | 142 | 61 |
| Binary | 11110110 | 110 | 10 | 0 | 1100010 | 1100011 | 100 | 1 | 1100010 | 110001 |
Color Harmonies of #F60602
Complementary color
Monochromatic Colors of #F60602
Black with #F60602
Text Example
Text Example
White with #F60602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60602; }
p { color: rgb(246,6,2); }
H1.HeaderClassName
{
color: #F60602;
}
.AnyTagClassName
{
color: #F60602;
}
</style>
background-color css
<style>
a { background-color: #F60602; }
a { background-color: rgb(246,6,2); }
div.DivClassName
{
background-color: #F60602;
}
.BgClassName
{
background-color: #F60602;
}
</style>
border-color css
<style>
span { border-color: #F60602; }
span { border-color: rgb(246,6,2); }
td.TdClassName
{
border-color: #F60602;
}
.TagClassName
{
border-color: #F60602;
}
</style>