Shades of Torch Red #F60440
Tints of Torch Red #F60440
RGB
CMYK
RGB Variations
Color information
#F60440 (or 0xF60440) is known color: Torch Red. HEX triplet: F6, 04 and 40. RGB value is (246,4,64). Sum of RGB (Red+Green+Blue) = 246+4+64=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F60440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60440 is #09FBBF. Grayscale: #535353. Windows color (decimal): -654272 or 4195574. OLE color: 4195574.
HSL color Cylindrical-coordinate representation of color #F60440: hue angle of 345.12º 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 #F60440 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 64 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.04 |
| HSL | 345.12º | 0.97% | 0.49% | - |
| HSV(B) | 345.12º | 0.98% | 0.96% | - |
| XYZ | 38.97 | 20.05 | 6.67 | - |
| YUV | 83.2 | 117.17 | 244.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 64 | 0 | 0.98 | 0.74 | 0.04 | 345.12 | 0.97 | 0.49 |
| Hex | F6 | 4 | 40 | 0 | 62 | 4A | 4 | 159 | 61 | 31 |
| Octal | 366 | 4 | 100 | 0 | 142 | 112 | 4 | 531 | 141 | 61 |
| Binary | 11110110 | 100 | 1000000 | 0 | 1100010 | 1001010 | 100 | 101011001 | 1100001 | 110001 |
Color Harmonies of #F60440
Complementary color
Monochromatic Colors of #F60440
Black with #F60440
Text Example
Text Example
White with #F60440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60440; }
p { color: rgb(246,4,64); }
H1.HeaderClassName
{
color: #F60440;
}
.AnyTagClassName
{
color: #F60440;
}
</style>
background-color css
<style>
a { background-color: #F60440; }
a { background-color: rgb(246,4,64); }
div.DivClassName
{
background-color: #F60440;
}
.BgClassName
{
background-color: #F60440;
}
</style>
border-color css
<style>
span { border-color: #F60440; }
span { border-color: rgb(246,4,64); }
td.TdClassName
{
border-color: #F60440;
}
.TagClassName
{
border-color: #F60440;
}
</style>