Shades of Torch Red #F60C47
Tints of Torch Red #F60C47
RGB
CMYK
RGB Variations
Color information
#F60C47 (or 0xF60C47) is known color: Torch Red. HEX triplet: F6, 0C and 47. RGB value is (246,12,71). Sum of RGB (Red+Green+Blue) = 246+12+71=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60C47 is #09F3B8. Grayscale: #585858. Windows color (decimal): -652217 or 4656374. OLE color: 4656374.
HSL color Cylindrical-coordinate representation of color #F60C47: hue angle of 344.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60C47 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 71 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.04 |
| HSL | 344.87º | 0.93% | 0.51% | - |
| HSV(B) | 344.87º | 0.95% | 0.96% | - |
| XYZ | 39.27 | 20.31 | 7.81 | - |
| YUV | 88.69 | 118.02 | 240.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 71 | 0 | 0.95 | 0.71 | 0.04 | 344.87 | 0.93 | 0.51 |
| Hex | F6 | C | 47 | 0 | 5F | 47 | 4 | 159 | 5D | 33 |
| Octal | 366 | 14 | 107 | 0 | 137 | 107 | 4 | 531 | 135 | 63 |
| Binary | 11110110 | 1100 | 1000111 | 0 | 1011111 | 1000111 | 100 | 101011001 | 1011101 | 110011 |
Color Harmonies of #F60C47
Complementary color
Monochromatic Colors of #F60C47
Black with #F60C47
Text Example
Text Example
White with #F60C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C47; }
p { color: rgb(246,12,71); }
H1.HeaderClassName
{
color: #F60C47;
}
.AnyTagClassName
{
color: #F60C47;
}
</style>
background-color css
<style>
a { background-color: #F60C47; }
a { background-color: rgb(246,12,71); }
div.DivClassName
{
background-color: #F60C47;
}
.BgClassName
{
background-color: #F60C47;
}
</style>
border-color css
<style>
span { border-color: #F60C47; }
span { border-color: rgb(246,12,71); }
td.TdClassName
{
border-color: #F60C47;
}
.TagClassName
{
border-color: #F60C47;
}
</style>