Shades of Torch Red #F60012
Tints of Torch Red #F60012
RGB
CMYK
RGB Variations
Color information
#F60012 (or 0xF60012) is known color: Torch Red. HEX triplet: F6, 00 and 12. RGB value is (246,0,18). Sum of RGB (Red+Green+Blue) = 246+0+18=264 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.18% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 246 - color contains mainly: red. Hex color #F60012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60012 is #09FFED. Grayscale: #4B4B4B. Windows color (decimal): -655342 or 1179894. OLE color: 1179894.
HSL color Cylindrical-coordinate representation of color #F60012: hue angle of 355.61º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60012 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.93 | 0.04 |
| HSL | 355.61º | 1% | 0.48% | - |
| HSV(B) | 355.61º | 1% | 0.96% | - |
| XYZ | 38.12 | 19.64 | 2.35 | - |
| YUV | 75.61 | 95.5 | 249.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 18 | 0 | 1 | 0.93 | 0.04 | 355.61 | 1 | 0.48 |
| Hex | F6 | 0 | 12 | 0 | 64 | 5D | 4 | 164 | 64 | 30 |
| Octal | 366 | 0 | 22 | 0 | 144 | 135 | 4 | 544 | 144 | 60 |
| Binary | 11110110 | 0 | 10010 | 0 | 1100100 | 1011101 | 100 | 101100100 | 1100100 | 110000 |
Color Harmonies of #F60012
Complementary color
Monochromatic Colors of #F60012
Black with #F60012
Text Example
Text Example
White with #F60012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60012; }
p { color: rgb(246,0,18); }
H1.HeaderClassName
{
color: #F60012;
}
.AnyTagClassName
{
color: #F60012;
}
</style>
background-color css
<style>
a { background-color: #F60012; }
a { background-color: rgb(246,0,18); }
div.DivClassName
{
background-color: #F60012;
}
.BgClassName
{
background-color: #F60012;
}
</style>
border-color css
<style>
span { border-color: #F60012; }
span { border-color: rgb(246,0,18); }
td.TdClassName
{
border-color: #F60012;
}
.TagClassName
{
border-color: #F60012;
}
</style>