Shades of Torch Red #F60D4A
Tints of Torch Red #F60D4A
RGB
CMYK
RGB Variations
Color information
#F60D4A (or 0xF60D4A) is known color: Torch Red. HEX triplet: F6, 0D and 4A. RGB value is (246,13,74). Sum of RGB (Red+Green+Blue) = 246+13+74=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60D4A is #09F2B5. Grayscale: #595959. Windows color (decimal): -651958 or 4853238. OLE color: 4853238.
HSL color Cylindrical-coordinate representation of color #F60D4A: hue angle of 344.29º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60D4A is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 74 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.04 |
| HSL | 344.29º | 0.93% | 0.51% | - |
| HSV(B) | 344.29º | 0.95% | 0.96% | - |
| XYZ | 39.39 | 20.38 | 8.34 | - |
| YUV | 89.62 | 119.19 | 239.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 74 | 0 | 0.95 | 0.70 | 0.04 | 344.29 | 0.93 | 0.51 |
| Hex | F6 | D | 4A | 0 | 5F | 46 | 4 | 158 | 5D | 33 |
| Octal | 366 | 15 | 112 | 0 | 137 | 106 | 4 | 530 | 135 | 63 |
| Binary | 11110110 | 1101 | 1001010 | 0 | 1011111 | 1000110 | 100 | 101011000 | 1011101 | 110011 |
Color Harmonies of #F60D4A
Complementary color
Monochromatic Colors of #F60D4A
Black with #F60D4A
Text Example
Text Example
White with #F60D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D4A; }
p { color: rgb(246,13,74); }
H1.HeaderClassName
{
color: #F60D4A;
}
.AnyTagClassName
{
color: #F60D4A;
}
</style>
background-color css
<style>
a { background-color: #F60D4A; }
a { background-color: rgb(246,13,74); }
div.DivClassName
{
background-color: #F60D4A;
}
.BgClassName
{
background-color: #F60D4A;
}
</style>
border-color css
<style>
span { border-color: #F60D4A; }
span { border-color: rgb(246,13,74); }
td.TdClassName
{
border-color: #F60D4A;
}
.TagClassName
{
border-color: #F60D4A;
}
</style>