Shades of Torch Red #F60245
Tints of Torch Red #F60245
RGB
CMYK
RGB Variations
Color information
#F60245 (or 0xF60245) is known color: Torch Red. HEX triplet: F6, 02 and 45. RGB value is (246,2,69). Sum of RGB (Red+Green+Blue) = 246+2+69=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F60245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60245 is #09FDBA. Grayscale: #525252. Windows color (decimal): -654779 or 4522742. OLE color: 4522742.
HSL color Cylindrical-coordinate representation of color #F60245: hue angle of 343.52º 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 #F60245 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 69 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.04 |
| HSL | 343.52º | 0.98% | 0.49% | - |
| HSV(B) | 343.52º | 0.99% | 0.96% | - |
| XYZ | 39.1 | 20.07 | 7.44 | - |
| YUV | 82.59 | 120.34 | 244.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 69 | 0 | 0.99 | 0.72 | 0.04 | 343.52 | 0.98 | 0.49 |
| Hex | F6 | 2 | 45 | 0 | 63 | 48 | 4 | 158 | 62 | 31 |
| Octal | 366 | 2 | 105 | 0 | 143 | 110 | 4 | 530 | 142 | 61 |
| Binary | 11110110 | 10 | 1000101 | 0 | 1100011 | 1001000 | 100 | 101011000 | 1100010 | 110001 |
Color Harmonies of #F60245
Complementary color
Monochromatic Colors of #F60245
Black with #F60245
Text Example
Text Example
White with #F60245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60245; }
p { color: rgb(246,2,69); }
H1.HeaderClassName
{
color: #F60245;
}
.AnyTagClassName
{
color: #F60245;
}
</style>
background-color css
<style>
a { background-color: #F60245; }
a { background-color: rgb(246,2,69); }
div.DivClassName
{
background-color: #F60245;
}
.BgClassName
{
background-color: #F60245;
}
</style>
border-color css
<style>
span { border-color: #F60245; }
span { border-color: rgb(246,2,69); }
td.TdClassName
{
border-color: #F60245;
}
.TagClassName
{
border-color: #F60245;
}
</style>