Shades of Torch Red #F60739
Tints of Torch Red #F60739
RGB
CMYK
RGB Variations
Color information
#F60739 (or 0xF60739) is known color: Torch Red. HEX triplet: F6, 07 and 39. RGB value is (246,7,57). Sum of RGB (Red+Green+Blue) = 246+7+57=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F60739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60739 is #09F8C6. Grayscale: #545454. Windows color (decimal): -653511 or 3737590. OLE color: 3737590.
HSL color Cylindrical-coordinate representation of color #F60739: hue angle of 347.45º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60739 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 57 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.04 |
| HSL | 347.45º | 0.94% | 0.5% | - |
| HSV(B) | 347.45º | 0.97% | 0.96% | - |
| XYZ | 38.82 | 20.04 | 5.69 | - |
| YUV | 84.16 | 112.68 | 243.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 57 | 0 | 0.97 | 0.77 | 0.04 | 347.45 | 0.94 | 0.5 |
| Hex | F6 | 7 | 39 | 0 | 61 | 4D | 4 | 15B | 5E | 32 |
| Octal | 366 | 7 | 71 | 0 | 141 | 115 | 4 | 533 | 136 | 62 |
| Binary | 11110110 | 111 | 111001 | 0 | 1100001 | 1001101 | 100 | 101011011 | 1011110 | 110010 |
Color Harmonies of #F60739
Complementary color
Monochromatic Colors of #F60739
Black with #F60739
Text Example
Text Example
White with #F60739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60739; }
p { color: rgb(246,7,57); }
H1.HeaderClassName
{
color: #F60739;
}
.AnyTagClassName
{
color: #F60739;
}
</style>
background-color css
<style>
a { background-color: #F60739; }
a { background-color: rgb(246,7,57); }
div.DivClassName
{
background-color: #F60739;
}
.BgClassName
{
background-color: #F60739;
}
</style>
border-color css
<style>
span { border-color: #F60739; }
span { border-color: rgb(246,7,57); }
td.TdClassName
{
border-color: #F60739;
}
.TagClassName
{
border-color: #F60739;
}
</style>