Shades of Torch Red #F60A44
Tints of Torch Red #F60A44
RGB
CMYK
RGB Variations
Color information
#F60A44 (or 0xF60A44) is known color: Torch Red. HEX triplet: F6, 0A and 44. RGB value is (246,10,68). Sum of RGB (Red+Green+Blue) = 246+10+68=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60A44 is #09F5BB. Grayscale: #575757. Windows color (decimal): -652732 or 4459254. OLE color: 4459254.
HSL color Cylindrical-coordinate representation of color #F60A44: hue angle of 345.25º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60A44 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 68 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.04 |
| HSL | 345.25º | 0.93% | 0.5% | - |
| HSV(B) | 345.25º | 0.96% | 0.96% | - |
| XYZ | 39.16 | 20.23 | 7.31 | - |
| YUV | 87.18 | 117.19 | 241.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 68 | 0 | 0.96 | 0.72 | 0.04 | 345.25 | 0.93 | 0.5 |
| Hex | F6 | A | 44 | 0 | 60 | 48 | 4 | 159 | 5D | 32 |
| Octal | 366 | 12 | 104 | 0 | 140 | 110 | 4 | 531 | 135 | 62 |
| Binary | 11110110 | 1010 | 1000100 | 0 | 1100000 | 1001000 | 100 | 101011001 | 1011101 | 110010 |
Color Harmonies of #F60A44
Complementary color
Monochromatic Colors of #F60A44
Black with #F60A44
Text Example
Text Example
White with #F60A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60A44; }
p { color: rgb(246,10,68); }
H1.HeaderClassName
{
color: #F60A44;
}
.AnyTagClassName
{
color: #F60A44;
}
</style>
background-color css
<style>
a { background-color: #F60A44; }
a { background-color: rgb(246,10,68); }
div.DivClassName
{
background-color: #F60A44;
}
.BgClassName
{
background-color: #F60A44;
}
</style>
border-color css
<style>
span { border-color: #F60A44; }
span { border-color: rgb(246,10,68); }
td.TdClassName
{
border-color: #F60A44;
}
.TagClassName
{
border-color: #F60A44;
}
</style>