Shades of Torch Red #F60412
Tints of Torch Red #F60412
RGB
CMYK
RGB Variations
Color information
#F60412 (or 0xF60412) is known color: Torch Red. HEX triplet: F6, 04 and 12. RGB value is (246,4,18). Sum of RGB (Red+Green+Blue) = 246+4+18=268 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.79% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 246 - color contains mainly: red. Hex color #F60412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60412 is #09FBED. Grayscale: #4E4E4E. Windows color (decimal): -654318 or 1180918. OLE color: 1180918.
HSL color Cylindrical-coordinate representation of color #F60412: hue angle of 356.53º degrees, saturation: 0.97, 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 #F60412 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.04 |
| HSL | 356.53º | 0.97% | 0.49% | - |
| HSV(B) | 356.53º | 0.98% | 0.96% | - |
| XYZ | 38.16 | 19.72 | 2.37 | - |
| YUV | 77.95 | 94.17 | 247.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 18 | 0 | 0.98 | 0.93 | 0.04 | 356.53 | 0.97 | 0.49 |
| Hex | F6 | 4 | 12 | 0 | 62 | 5D | 4 | 165 | 61 | 31 |
| Octal | 366 | 4 | 22 | 0 | 142 | 135 | 4 | 545 | 141 | 61 |
| Binary | 11110110 | 100 | 10010 | 0 | 1100010 | 1011101 | 100 | 101100101 | 1100001 | 110001 |
Color Harmonies of #F60412
Complementary color
Monochromatic Colors of #F60412
Black with #F60412
Text Example
Text Example
White with #F60412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60412; }
p { color: rgb(246,4,18); }
H1.HeaderClassName
{
color: #F60412;
}
.AnyTagClassName
{
color: #F60412;
}
</style>
background-color css
<style>
a { background-color: #F60412; }
a { background-color: rgb(246,4,18); }
div.DivClassName
{
background-color: #F60412;
}
.BgClassName
{
background-color: #F60412;
}
</style>
border-color css
<style>
span { border-color: #F60412; }
span { border-color: rgb(246,4,18); }
td.TdClassName
{
border-color: #F60412;
}
.TagClassName
{
border-color: #F60412;
}
</style>