Shades of Torch Red #F62041
Tints of Torch Red #F62041
RGB
CMYK
RGB Variations
Color information
#F62041 (or 0xF62041) is known color: Torch Red. HEX triplet: F6, 20 and 41. RGB value is (246,32,65). Sum of RGB (Red+Green+Blue) = 246+32+65=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F62041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62041 is #09DFBE. Grayscale: #636363. Windows color (decimal): -647103 or 4268278. OLE color: 4268278.
HSL color Cylindrical-coordinate representation of color #F62041: hue angle of 350.75º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62041 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 65 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.04 |
| HSL | 350.75º | 0.92% | 0.55% | - |
| HSV(B) | 350.75º | 0.87% | 0.96% | - |
| XYZ | 39.48 | 21.01 | 6.98 | - |
| YUV | 99.75 | 108.4 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 65 | 0 | 0.87 | 0.74 | 0.04 | 350.75 | 0.92 | 0.55 |
| Hex | F6 | 20 | 41 | 0 | 57 | 4A | 4 | 15F | 5C | 37 |
| Octal | 366 | 40 | 101 | 0 | 127 | 112 | 4 | 537 | 134 | 67 |
| Binary | 11110110 | 100000 | 1000001 | 0 | 1010111 | 1001010 | 100 | 101011111 | 1011100 | 110111 |
Color Harmonies of #F62041
Complementary color
Monochromatic Colors of #F62041
Black with #F62041
Text Example
Text Example
White with #F62041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62041; }
p { color: rgb(246,32,65); }
H1.HeaderClassName
{
color: #F62041;
}
.AnyTagClassName
{
color: #F62041;
}
</style>
background-color css
<style>
a { background-color: #F62041; }
a { background-color: rgb(246,32,65); }
div.DivClassName
{
background-color: #F62041;
}
.BgClassName
{
background-color: #F62041;
}
</style>
border-color css
<style>
span { border-color: #F62041; }
span { border-color: rgb(246,32,65); }
td.TdClassName
{
border-color: #F62041;
}
.TagClassName
{
border-color: #F62041;
}
</style>