Shades of Red #F60402
Tints of Red #F60402
RGB
CMYK
RGB Variations
Color information
#F60402 (or 0xF60402) is known color: Red. HEX triplet: F6, 04 and 02. RGB value is (246,4,2). Sum of RGB (Red+Green+Blue) = 246+4+2=252 (33% of max value = 765). Red value is 246 (96.48% from 255 or 97.62% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 246 - color contains mainly: red. Hex color #F60402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60402 is #09FBFD. Grayscale: #4C4C4C. Windows color (decimal): -654334 or 132342. OLE color: 132342.
HSL color Cylindrical-coordinate representation of color #F60402: hue angle of 0.49º 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 #F60402 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.04 |
| HSL | 0.49º | 0.98% | 0.49% | - |
| HSV(B) | 0.49º | 0.99% | 0.96% | - |
| XYZ | 38.06 | 19.68 | 1.85 | - |
| YUV | 76.13 | 86.17 | 249.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 2 | 0 | 0.98 | 0.99 | 0.04 | 0.49 | 0.98 | 0.49 |
| Hex | F6 | 4 | 2 | 0 | 62 | 63 | 4 | 0 | 62 | 31 |
| Octal | 366 | 4 | 2 | 0 | 142 | 143 | 4 | 0 | 142 | 61 |
| Binary | 11110110 | 100 | 10 | 0 | 1100010 | 1100011 | 100 | 0 | 1100010 | 110001 |
Color Harmonies of #F60402
Complementary color
Monochromatic Colors of #F60402
Black with #F60402
Text Example
Text Example
White with #F60402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60402; }
p { color: rgb(246,4,2); }
H1.HeaderClassName
{
color: #F60402;
}
.AnyTagClassName
{
color: #F60402;
}
</style>
background-color css
<style>
a { background-color: #F60402; }
a { background-color: rgb(246,4,2); }
div.DivClassName
{
background-color: #F60402;
}
.BgClassName
{
background-color: #F60402;
}
</style>
border-color css
<style>
span { border-color: #F60402; }
span { border-color: rgb(246,4,2); }
td.TdClassName
{
border-color: #F60402;
}
.TagClassName
{
border-color: #F60402;
}
</style>