Shades of Torch Red #F60435
Tints of Torch Red #F60435
RGB
CMYK
RGB Variations
Color information
#F60435 (or 0xF60435) is known color: Torch Red. HEX triplet: F6, 04 and 35. RGB value is (246,4,53). Sum of RGB (Red+Green+Blue) = 246+4+53=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F60435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60435 is #09FBCA. Grayscale: #515151. Windows color (decimal): -654283 or 3474678. OLE color: 3474678.
HSL color Cylindrical-coordinate representation of color #F60435: hue angle of 347.85º 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 #F60435 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.04 |
| HSL | 347.85º | 0.97% | 0.49% | - |
| HSV(B) | 347.85º | 0.98% | 0.96% | - |
| XYZ | 38.69 | 19.94 | 5.18 | - |
| YUV | 81.94 | 111.67 | 245.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 53 | 0 | 0.98 | 0.78 | 0.04 | 347.85 | 0.97 | 0.49 |
| Hex | F6 | 4 | 35 | 0 | 62 | 4E | 4 | 15C | 61 | 31 |
| Octal | 366 | 4 | 65 | 0 | 142 | 116 | 4 | 534 | 141 | 61 |
| Binary | 11110110 | 100 | 110101 | 0 | 1100010 | 1001110 | 100 | 101011100 | 1100001 | 110001 |
Color Harmonies of #F60435
Complementary color
Monochromatic Colors of #F60435
Black with #F60435
Text Example
Text Example
White with #F60435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60435; }
p { color: rgb(246,4,53); }
H1.HeaderClassName
{
color: #F60435;
}
.AnyTagClassName
{
color: #F60435;
}
</style>
background-color css
<style>
a { background-color: #F60435; }
a { background-color: rgb(246,4,53); }
div.DivClassName
{
background-color: #F60435;
}
.BgClassName
{
background-color: #F60435;
}
</style>
border-color css
<style>
span { border-color: #F60435; }
span { border-color: rgb(246,4,53); }
td.TdClassName
{
border-color: #F60435;
}
.TagClassName
{
border-color: #F60435;
}
</style>