Shades of Torch Red #F61345
Tints of Torch Red #F61345
RGB
CMYK
RGB Variations
Color information
#F61345 (or 0xF61345) is known color: Torch Red. HEX triplet: F6, 13 and 45. RGB value is (246,19,69). Sum of RGB (Red+Green+Blue) = 246+19+69=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F61345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61345 is #09ECBA. Grayscale: #5C5C5C. Windows color (decimal): -650427 or 4527094. OLE color: 4527094.
HSL color Cylindrical-coordinate representation of color #F61345: hue angle of 346.78º 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 #F61345 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 69 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.04 |
| HSL | 346.78º | 0.93% | 0.52% | - |
| HSV(B) | 346.78º | 0.92% | 0.96% | - |
| XYZ | 39.31 | 20.49 | 7.51 | - |
| YUV | 92.57 | 114.71 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 69 | 0 | 0.92 | 0.72 | 0.04 | 346.78 | 0.93 | 0.52 |
| Hex | F6 | 13 | 45 | 0 | 5C | 48 | 4 | 15B | 5D | 34 |
| Octal | 366 | 23 | 105 | 0 | 134 | 110 | 4 | 533 | 135 | 64 |
| Binary | 11110110 | 10011 | 1000101 | 0 | 1011100 | 1001000 | 100 | 101011011 | 1011101 | 110100 |
Color Harmonies of #F61345
Complementary color
Monochromatic Colors of #F61345
Black with #F61345
Text Example
Text Example
White with #F61345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61345; }
p { color: rgb(246,19,69); }
H1.HeaderClassName
{
color: #F61345;
}
.AnyTagClassName
{
color: #F61345;
}
</style>
background-color css
<style>
a { background-color: #F61345; }
a { background-color: rgb(246,19,69); }
div.DivClassName
{
background-color: #F61345;
}
.BgClassName
{
background-color: #F61345;
}
</style>
border-color css
<style>
span { border-color: #F61345; }
span { border-color: rgb(246,19,69); }
td.TdClassName
{
border-color: #F61345;
}
.TagClassName
{
border-color: #F61345;
}
</style>