Shades of Torch Red #F60039
Tints of Torch Red #F60039
RGB
CMYK
RGB Variations
Color information
#F60039 (or 0xF60039) is known color: Torch Red. HEX triplet: F6, 00 and 39. RGB value is (246,0,57). Sum of RGB (Red+Green+Blue) = 246+0+57=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F60039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60039 is #09FFC6. Grayscale: #505050. Windows color (decimal): -655303 or 3735798. OLE color: 3735798.
HSL color Cylindrical-coordinate representation of color #F60039: hue angle of 346.1º 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 #F60039 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.77 | 0.04 |
| HSL | 346.1º | 1% | 0.48% | - |
| HSV(B) | 346.1º | 1% | 0.96% | - |
| XYZ | 38.74 | 19.89 | 5.67 | - |
| YUV | 80.05 | 115 | 246.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 57 | 0 | 1 | 0.77 | 0.04 | 346.1 | 1 | 0.48 |
| Hex | F6 | 0 | 39 | 0 | 64 | 4D | 4 | 15A | 64 | 30 |
| Octal | 366 | 0 | 71 | 0 | 144 | 115 | 4 | 532 | 144 | 60 |
| Binary | 11110110 | 0 | 111001 | 0 | 1100100 | 1001101 | 100 | 101011010 | 1100100 | 110000 |
Color Harmonies of #F60039
Complementary color
Monochromatic Colors of #F60039
Black with #F60039
Text Example
Text Example
White with #F60039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60039; }
p { color: rgb(246,0,57); }
H1.HeaderClassName
{
color: #F60039;
}
.AnyTagClassName
{
color: #F60039;
}
</style>
background-color css
<style>
a { background-color: #F60039; }
a { background-color: rgb(246,0,57); }
div.DivClassName
{
background-color: #F60039;
}
.BgClassName
{
background-color: #F60039;
}
</style>
border-color css
<style>
span { border-color: #F60039; }
span { border-color: rgb(246,0,57); }
td.TdClassName
{
border-color: #F60039;
}
.TagClassName
{
border-color: #F60039;
}
</style>