Shades of Torch Red #F61543
Tints of Torch Red #F61543
RGB
CMYK
RGB Variations
Color information
#F61543 (or 0xF61543) is known color: Torch Red. HEX triplet: F6, 15 and 43. RGB value is (246,21,67). Sum of RGB (Red+Green+Blue) = 246+21+67=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F61543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61543 is #09EABC. Grayscale: #5D5D5D. Windows color (decimal): -649917 or 4396534. OLE color: 4396534.
HSL color Cylindrical-coordinate representation of color #F61543: hue angle of 347.73º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61543 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 67 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.04 |
| HSL | 347.73º | 0.93% | 0.52% | - |
| HSV(B) | 347.73º | 0.91% | 0.96% | - |
| XYZ | 39.29 | 20.53 | 7.2 | - |
| YUV | 93.52 | 113.04 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 67 | 0 | 0.91 | 0.73 | 0.04 | 347.73 | 0.93 | 0.52 |
| Hex | F6 | 15 | 43 | 0 | 5B | 49 | 4 | 15C | 5D | 34 |
| Octal | 366 | 25 | 103 | 0 | 133 | 111 | 4 | 534 | 135 | 64 |
| Binary | 11110110 | 10101 | 1000011 | 0 | 1011011 | 1001001 | 100 | 101011100 | 1011101 | 110100 |
Color Harmonies of #F61543
Complementary color
Monochromatic Colors of #F61543
Black with #F61543
Text Example
Text Example
White with #F61543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61543; }
p { color: rgb(246,21,67); }
H1.HeaderClassName
{
color: #F61543;
}
.AnyTagClassName
{
color: #F61543;
}
</style>
background-color css
<style>
a { background-color: #F61543; }
a { background-color: rgb(246,21,67); }
div.DivClassName
{
background-color: #F61543;
}
.BgClassName
{
background-color: #F61543;
}
</style>
border-color css
<style>
span { border-color: #F61543; }
span { border-color: rgb(246,21,67); }
td.TdClassName
{
border-color: #F61543;
}
.TagClassName
{
border-color: #F61543;
}
</style>