Shades of Torch Red #F61046
Tints of Torch Red #F61046
RGB
CMYK
RGB Variations
Color information
#F61046 (or 0xF61046) is known color: Torch Red. HEX triplet: F6, 10 and 46. RGB value is (246,16,70). Sum of RGB (Red+Green+Blue) = 246+16+70=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F61046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61046 is #09EFB9. Grayscale: #5A5A5A. Windows color (decimal): -651194 or 4591862. OLE color: 4591862.
HSL color Cylindrical-coordinate representation of color #F61046: hue angle of 345.91º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61046 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 70 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.04 |
| HSL | 345.91º | 0.93% | 0.51% | - |
| HSV(B) | 345.91º | 0.93% | 0.96% | - |
| XYZ | 39.3 | 20.41 | 7.66 | - |
| YUV | 90.93 | 116.2 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 70 | 0 | 0.93 | 0.72 | 0.04 | 345.91 | 0.93 | 0.51 |
| Hex | F6 | 10 | 46 | 0 | 5D | 48 | 4 | 15A | 5D | 33 |
| Octal | 366 | 20 | 106 | 0 | 135 | 110 | 4 | 532 | 135 | 63 |
| Binary | 11110110 | 10000 | 1000110 | 0 | 1011101 | 1001000 | 100 | 101011010 | 1011101 | 110011 |
Color Harmonies of #F61046
Complementary color
Monochromatic Colors of #F61046
Black with #F61046
Text Example
Text Example
White with #F61046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61046; }
p { color: rgb(246,16,70); }
H1.HeaderClassName
{
color: #F61046;
}
.AnyTagClassName
{
color: #F61046;
}
</style>
background-color css
<style>
a { background-color: #F61046; }
a { background-color: rgb(246,16,70); }
div.DivClassName
{
background-color: #F61046;
}
.BgClassName
{
background-color: #F61046;
}
</style>
border-color css
<style>
span { border-color: #F61046; }
span { border-color: rgb(246,16,70); }
td.TdClassName
{
border-color: #F61046;
}
.TagClassName
{
border-color: #F61046;
}
</style>