Shades of Torch Red #F60229
Tints of Torch Red #F60229
RGB
CMYK
RGB Variations
Color information
#F60229 (or 0xF60229) is known color: Torch Red. HEX triplet: F6, 02 and 29. RGB value is (246,2,41). Sum of RGB (Red+Green+Blue) = 246+2+41=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F60229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60229 is #09FDD6. Grayscale: #4F4F4F. Windows color (decimal): -654807 or 2687734. OLE color: 2687734.
HSL color Cylindrical-coordinate representation of color #F60229: hue angle of 350.41º 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 #F60229 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.04 |
| HSL | 350.41º | 0.98% | 0.49% | - |
| HSV(B) | 350.41º | 0.99% | 0.96% | - |
| XYZ | 38.43 | 19.8 | 3.89 | - |
| YUV | 79.4 | 106.34 | 246.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 41 | 0 | 0.99 | 0.83 | 0.04 | 350.41 | 0.98 | 0.49 |
| Hex | F6 | 2 | 29 | 0 | 63 | 53 | 4 | 15E | 62 | 31 |
| Octal | 366 | 2 | 51 | 0 | 143 | 123 | 4 | 536 | 142 | 61 |
| Binary | 11110110 | 10 | 101001 | 0 | 1100011 | 1010011 | 100 | 101011110 | 1100010 | 110001 |
Color Harmonies of #F60229
Complementary color
Monochromatic Colors of #F60229
Black with #F60229
Text Example
Text Example
White with #F60229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60229; }
p { color: rgb(246,2,41); }
H1.HeaderClassName
{
color: #F60229;
}
.AnyTagClassName
{
color: #F60229;
}
</style>
background-color css
<style>
a { background-color: #F60229; }
a { background-color: rgb(246,2,41); }
div.DivClassName
{
background-color: #F60229;
}
.BgClassName
{
background-color: #F60229;
}
</style>
border-color css
<style>
span { border-color: #F60229; }
span { border-color: rgb(246,2,41); }
td.TdClassName
{
border-color: #F60229;
}
.TagClassName
{
border-color: #F60229;
}
</style>