Shades of Torch Red #F60843
Tints of Torch Red #F60843
RGB
CMYK
RGB Variations
Color information
#F60843 (or 0xF60843) is known color: Torch Red. HEX triplet: F6, 08 and 43. RGB value is (246,8,67). Sum of RGB (Red+Green+Blue) = 246+8+67=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F60843 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60843 is #09F7BC. Grayscale: #555555. Windows color (decimal): -653245 or 4393206. OLE color: 4393206.
HSL color Cylindrical-coordinate representation of color #F60843: hue angle of 345.13º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60843 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 67 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.04 |
| HSL | 345.13º | 0.94% | 0.5% | - |
| HSV(B) | 345.13º | 0.97% | 0.96% | - |
| XYZ | 39.11 | 20.17 | 7.14 | - |
| YUV | 85.89 | 117.35 | 242.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 67 | 0 | 0.97 | 0.73 | 0.04 | 345.13 | 0.94 | 0.5 |
| Hex | F6 | 8 | 43 | 0 | 61 | 49 | 4 | 159 | 5E | 32 |
| Octal | 366 | 10 | 103 | 0 | 141 | 111 | 4 | 531 | 136 | 62 |
| Binary | 11110110 | 1000 | 1000011 | 0 | 1100001 | 1001001 | 100 | 101011001 | 1011110 | 110010 |
Color Harmonies of #F60843
Complementary color
Monochromatic Colors of #F60843
Black with #F60843
Text Example
Text Example
White with #F60843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60843; }
p { color: rgb(246,8,67); }
H1.HeaderClassName
{
color: #F60843;
}
.AnyTagClassName
{
color: #F60843;
}
</style>
background-color css
<style>
a { background-color: #F60843; }
a { background-color: rgb(246,8,67); }
div.DivClassName
{
background-color: #F60843;
}
.BgClassName
{
background-color: #F60843;
}
</style>
border-color css
<style>
span { border-color: #F60843; }
span { border-color: rgb(246,8,67); }
td.TdClassName
{
border-color: #F60843;
}
.TagClassName
{
border-color: #F60843;
}
</style>