Shades of Torch Red #F60639
Tints of Torch Red #F60639
RGB
CMYK
RGB Variations
Color information
#F60639 (or 0xF60639) is known color: Torch Red. HEX triplet: F6, 06 and 39. RGB value is (246,6,57). Sum of RGB (Red+Green+Blue) = 246+6+57=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F60639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60639 is #09F9C6. Grayscale: #535353. Windows color (decimal): -653767 or 3737334. OLE color: 3737334.
HSL color Cylindrical-coordinate representation of color #F60639: hue angle of 347.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60639 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 57 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.04 |
| HSL | 347.25º | 0.95% | 0.49% | - |
| HSV(B) | 347.25º | 0.98% | 0.96% | - |
| XYZ | 38.81 | 20.02 | 5.69 | - |
| YUV | 83.57 | 113.01 | 243.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 57 | 0 | 0.98 | 0.77 | 0.04 | 347.25 | 0.95 | 0.49 |
| Hex | F6 | 6 | 39 | 0 | 62 | 4D | 4 | 15B | 5F | 31 |
| Octal | 366 | 6 | 71 | 0 | 142 | 115 | 4 | 533 | 137 | 61 |
| Binary | 11110110 | 110 | 111001 | 0 | 1100010 | 1001101 | 100 | 101011011 | 1011111 | 110001 |
Color Harmonies of #F60639
Complementary color
Monochromatic Colors of #F60639
Black with #F60639
Text Example
Text Example
White with #F60639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60639; }
p { color: rgb(246,6,57); }
H1.HeaderClassName
{
color: #F60639;
}
.AnyTagClassName
{
color: #F60639;
}
</style>
background-color css
<style>
a { background-color: #F60639; }
a { background-color: rgb(246,6,57); }
div.DivClassName
{
background-color: #F60639;
}
.BgClassName
{
background-color: #F60639;
}
</style>
border-color css
<style>
span { border-color: #F60639; }
span { border-color: rgb(246,6,57); }
td.TdClassName
{
border-color: #F60639;
}
.TagClassName
{
border-color: #F60639;
}
</style>