Shades of Red #F60C05
Tints of Red #F60C05
RGB
CMYK
RGB Variations
Color information
#F60C05 (or 0xF60C05) is known color: Red. HEX triplet: F6, 0C and 05. RGB value is (246,12,5). Sum of RGB (Red+Green+Blue) = 246+12+5=263 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.54% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60C05 is #09F3FA. Grayscale: #515151. Windows color (decimal): -652283 or 330998. OLE color: 330998.
HSL color Cylindrical-coordinate representation of color #F60C05: hue angle of 1.74º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60C05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.04 |
| HSL | 1.74º | 0.96% | 0.49% | - |
| HSV(B) | 1.74º | 0.98% | 0.96% | - |
| XYZ | 38.16 | 19.87 | 1.97 | - |
| YUV | 81.17 | 85.02 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 5 | 0 | 0.95 | 0.98 | 0.04 | 1.74 | 0.96 | 0.49 |
| Hex | F6 | C | 5 | 0 | 5F | 62 | 4 | 2 | 60 | 31 |
| Octal | 366 | 14 | 5 | 0 | 137 | 142 | 4 | 2 | 140 | 61 |
| Binary | 11110110 | 1100 | 101 | 0 | 1011111 | 1100010 | 100 | 10 | 1100000 | 110001 |
Color Harmonies of #F60C05
Complementary color
Monochromatic Colors of #F60C05
Black with #F60C05
Text Example
Text Example
White with #F60C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C05; }
p { color: rgb(246,12,5); }
H1.HeaderClassName
{
color: #F60C05;
}
.AnyTagClassName
{
color: #F60C05;
}
</style>
background-color css
<style>
a { background-color: #F60C05; }
a { background-color: rgb(246,12,5); }
div.DivClassName
{
background-color: #F60C05;
}
.BgClassName
{
background-color: #F60C05;
}
</style>
border-color css
<style>
span { border-color: #F60C05; }
span { border-color: rgb(246,12,5); }
td.TdClassName
{
border-color: #F60C05;
}
.TagClassName
{
border-color: #F60C05;
}
</style>