Shades of Torch Red #F61443
Tints of Torch Red #F61443
RGB
CMYK
RGB Variations
Color information
#F61443 (or 0xF61443) is known color: Torch Red. HEX triplet: F6, 14 and 43. RGB value is (246,20,67). Sum of RGB (Red+Green+Blue) = 246+20+67=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F61443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61443 is #09EBBC. Grayscale: #5C5C5C. Windows color (decimal): -650173 or 4396278. OLE color: 4396278.
HSL color Cylindrical-coordinate representation of color #F61443: hue angle of 347.52º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61443 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 67 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.04 |
| HSL | 347.52º | 0.93% | 0.52% | - |
| HSV(B) | 347.52º | 0.92% | 0.96% | - |
| XYZ | 39.27 | 20.5 | 7.2 | - |
| YUV | 92.93 | 113.37 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 67 | 0 | 0.92 | 0.73 | 0.04 | 347.52 | 0.93 | 0.52 |
| Hex | F6 | 14 | 43 | 0 | 5C | 49 | 4 | 15C | 5D | 34 |
| Octal | 366 | 24 | 103 | 0 | 134 | 111 | 4 | 534 | 135 | 64 |
| Binary | 11110110 | 10100 | 1000011 | 0 | 1011100 | 1001001 | 100 | 101011100 | 1011101 | 110100 |
Color Harmonies of #F61443
Complementary color
Monochromatic Colors of #F61443
Black with #F61443
Text Example
Text Example
White with #F61443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61443; }
p { color: rgb(246,20,67); }
H1.HeaderClassName
{
color: #F61443;
}
.AnyTagClassName
{
color: #F61443;
}
</style>
background-color css
<style>
a { background-color: #F61443; }
a { background-color: rgb(246,20,67); }
div.DivClassName
{
background-color: #F61443;
}
.BgClassName
{
background-color: #F61443;
}
</style>
border-color css
<style>
span { border-color: #F61443; }
span { border-color: rgb(246,20,67); }
td.TdClassName
{
border-color: #F61443;
}
.TagClassName
{
border-color: #F61443;
}
</style>