Shades of Torch Red #F60242
Tints of Torch Red #F60242
RGB
CMYK
RGB Variations
Color information
#F60242 (or 0xF60242) is known color: Torch Red. HEX triplet: F6, 02 and 42. RGB value is (246,2,66). Sum of RGB (Red+Green+Blue) = 246+2+66=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F60242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60242 is #09FDBD. Grayscale: #525252. Windows color (decimal): -654782 or 4326134. OLE color: 4326134.
HSL color Cylindrical-coordinate representation of color #F60242: hue angle of 344.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60242 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.04 |
| HSL | 344.26º | 0.98% | 0.49% | - |
| HSV(B) | 344.26º | 0.99% | 0.96% | - |
| XYZ | 39.01 | 20.03 | 6.96 | - |
| YUV | 82.25 | 118.84 | 244.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 66 | 0 | 0.99 | 0.73 | 0.04 | 344.26 | 0.98 | 0.49 |
| Hex | F6 | 2 | 42 | 0 | 63 | 49 | 4 | 158 | 62 | 31 |
| Octal | 366 | 2 | 102 | 0 | 143 | 111 | 4 | 530 | 142 | 61 |
| Binary | 11110110 | 10 | 1000010 | 0 | 1100011 | 1001001 | 100 | 101011000 | 1100010 | 110001 |
Color Harmonies of #F60242
Complementary color
Monochromatic Colors of #F60242
Black with #F60242
Text Example
Text Example
White with #F60242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60242; }
p { color: rgb(246,2,66); }
H1.HeaderClassName
{
color: #F60242;
}
.AnyTagClassName
{
color: #F60242;
}
</style>
background-color css
<style>
a { background-color: #F60242; }
a { background-color: rgb(246,2,66); }
div.DivClassName
{
background-color: #F60242;
}
.BgClassName
{
background-color: #F60242;
}
</style>
border-color css
<style>
span { border-color: #F60242; }
span { border-color: rgb(246,2,66); }
td.TdClassName
{
border-color: #F60242;
}
.TagClassName
{
border-color: #F60242;
}
</style>