Shades of Torch Red #F60E47
Tints of Torch Red #F60E47
RGB
CMYK
RGB Variations
Color information
#F60E47 (or 0xF60E47) is known color: Torch Red. HEX triplet: F6, 0E and 47. RGB value is (246,14,71). Sum of RGB (Red+Green+Blue) = 246+14+71=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F60E47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60E47 is #09F1B8. Grayscale: #595959. Windows color (decimal): -651705 or 4656886. OLE color: 4656886.
HSL color Cylindrical-coordinate representation of color #F60E47: hue angle of 345.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60E47 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 71 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.04 |
| HSL | 345.26º | 0.93% | 0.51% | - |
| HSV(B) | 345.26º | 0.94% | 0.96% | - |
| XYZ | 39.3 | 20.36 | 7.82 | - |
| YUV | 89.87 | 117.36 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 71 | 0 | 0.94 | 0.71 | 0.04 | 345.26 | 0.93 | 0.51 |
| Hex | F6 | E | 47 | 0 | 5E | 47 | 4 | 159 | 5D | 33 |
| Octal | 366 | 16 | 107 | 0 | 136 | 107 | 4 | 531 | 135 | 63 |
| Binary | 11110110 | 1110 | 1000111 | 0 | 1011110 | 1000111 | 100 | 101011001 | 1011101 | 110011 |
Color Harmonies of #F60E47
Complementary color
Monochromatic Colors of #F60E47
Black with #F60E47
Text Example
Text Example
White with #F60E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60E47; }
p { color: rgb(246,14,71); }
H1.HeaderClassName
{
color: #F60E47;
}
.AnyTagClassName
{
color: #F60E47;
}
</style>
background-color css
<style>
a { background-color: #F60E47; }
a { background-color: rgb(246,14,71); }
div.DivClassName
{
background-color: #F60E47;
}
.BgClassName
{
background-color: #F60E47;
}
</style>
border-color css
<style>
span { border-color: #F60E47; }
span { border-color: rgb(246,14,71); }
td.TdClassName
{
border-color: #F60E47;
}
.TagClassName
{
border-color: #F60E47;
}
</style>