Shades of Torch Red #F61044
Tints of Torch Red #F61044
RGB
CMYK
RGB Variations
Color information
#F61044 (or 0xF61044) is known color: Torch Red. HEX triplet: F6, 10 and 44. RGB value is (246,16,68). Sum of RGB (Red+Green+Blue) = 246+16+68=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F61044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61044 is #09EFBB. Grayscale: #5A5A5A. Windows color (decimal): -651196 or 4460790. OLE color: 4460790.
HSL color Cylindrical-coordinate representation of color #F61044: hue angle of 346.43º 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 #F61044 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 68 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.04 |
| HSL | 346.43º | 0.93% | 0.51% | - |
| HSV(B) | 346.43º | 0.93% | 0.96% | - |
| XYZ | 39.23 | 20.38 | 7.33 | - |
| YUV | 90.7 | 115.2 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 68 | 0 | 0.93 | 0.72 | 0.04 | 346.43 | 0.93 | 0.51 |
| Hex | F6 | 10 | 44 | 0 | 5D | 48 | 4 | 15A | 5D | 33 |
| Octal | 366 | 20 | 104 | 0 | 135 | 110 | 4 | 532 | 135 | 63 |
| Binary | 11110110 | 10000 | 1000100 | 0 | 1011101 | 1001000 | 100 | 101011010 | 1011101 | 110011 |
Color Harmonies of #F61044
Complementary color
Monochromatic Colors of #F61044
Black with #F61044
Text Example
Text Example
White with #F61044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61044; }
p { color: rgb(246,16,68); }
H1.HeaderClassName
{
color: #F61044;
}
.AnyTagClassName
{
color: #F61044;
}
</style>
background-color css
<style>
a { background-color: #F61044; }
a { background-color: rgb(246,16,68); }
div.DivClassName
{
background-color: #F61044;
}
.BgClassName
{
background-color: #F61044;
}
</style>
border-color css
<style>
span { border-color: #F61044; }
span { border-color: rgb(246,16,68); }
td.TdClassName
{
border-color: #F61044;
}
.TagClassName
{
border-color: #F61044;
}
</style>