Shades of Torch Red #F60444
Tints of Torch Red #F60444
RGB
CMYK
RGB Variations
Color information
#F60444 (or 0xF60444) is known color: Torch Red. HEX triplet: F6, 04 and 44. RGB value is (246,4,68). Sum of RGB (Red+Green+Blue) = 246+4+68=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F60444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60444 is #09FBBB. Grayscale: #535353. Windows color (decimal): -654268 or 4457718. OLE color: 4457718.
HSL color Cylindrical-coordinate representation of color #F60444: hue angle of 344.13º degrees, saturation: 0.97, 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 #F60444 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.04 |
| HSL | 344.13º | 0.97% | 0.49% | - |
| HSV(B) | 344.13º | 0.98% | 0.96% | - |
| XYZ | 39.09 | 20.1 | 7.29 | - |
| YUV | 83.65 | 119.17 | 243.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 68 | 0 | 0.98 | 0.72 | 0.04 | 344.13 | 0.97 | 0.49 |
| Hex | F6 | 4 | 44 | 0 | 62 | 48 | 4 | 158 | 61 | 31 |
| Octal | 366 | 4 | 104 | 0 | 142 | 110 | 4 | 530 | 141 | 61 |
| Binary | 11110110 | 100 | 1000100 | 0 | 1100010 | 1001000 | 100 | 101011000 | 1100001 | 110001 |
Color Harmonies of #F60444
Complementary color
Monochromatic Colors of #F60444
Black with #F60444
Text Example
Text Example
White with #F60444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60444; }
p { color: rgb(246,4,68); }
H1.HeaderClassName
{
color: #F60444;
}
.AnyTagClassName
{
color: #F60444;
}
</style>
background-color css
<style>
a { background-color: #F60444; }
a { background-color: rgb(246,4,68); }
div.DivClassName
{
background-color: #F60444;
}
.BgClassName
{
background-color: #F60444;
}
</style>
border-color css
<style>
span { border-color: #F60444; }
span { border-color: rgb(246,4,68); }
td.TdClassName
{
border-color: #F60444;
}
.TagClassName
{
border-color: #F60444;
}
</style>