Shades of Torch Red #F60247
Tints of Torch Red #F60247
RGB
CMYK
RGB Variations
Color information
#F60247 (or 0xF60247) is known color: Torch Red. HEX triplet: F6, 02 and 47. RGB value is (246,2,71). Sum of RGB (Red+Green+Blue) = 246+2+71=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F60247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60247 is #09FDB8. Grayscale: #525252. Windows color (decimal): -654777 or 4653814. OLE color: 4653814.
HSL color Cylindrical-coordinate representation of color #F60247: hue angle of 343.03º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60247 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.04 |
| HSL | 343.03º | 0.98% | 0.49% | - |
| HSV(B) | 343.03º | 0.99% | 0.96% | - |
| XYZ | 39.17 | 20.09 | 7.77 | - |
| YUV | 82.82 | 121.34 | 244.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 71 | 0 | 0.99 | 0.71 | 0.04 | 343.03 | 0.98 | 0.49 |
| Hex | F6 | 2 | 47 | 0 | 63 | 47 | 4 | 157 | 62 | 31 |
| Octal | 366 | 2 | 107 | 0 | 143 | 107 | 4 | 527 | 142 | 61 |
| Binary | 11110110 | 10 | 1000111 | 0 | 1100011 | 1000111 | 100 | 101010111 | 1100010 | 110001 |
Color Harmonies of #F60247
Complementary color
Monochromatic Colors of #F60247
Black with #F60247
Text Example
Text Example
White with #F60247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60247; }
p { color: rgb(246,2,71); }
H1.HeaderClassName
{
color: #F60247;
}
.AnyTagClassName
{
color: #F60247;
}
</style>
background-color css
<style>
a { background-color: #F60247; }
a { background-color: rgb(246,2,71); }
div.DivClassName
{
background-color: #F60247;
}
.BgClassName
{
background-color: #F60247;
}
</style>
border-color css
<style>
span { border-color: #F60247; }
span { border-color: rgb(246,2,71); }
td.TdClassName
{
border-color: #F60247;
}
.TagClassName
{
border-color: #F60247;
}
</style>