Shades of Torch Red #F61649
Tints of Torch Red #F61649
RGB
CMYK
RGB Variations
Color information
#F61649 (or 0xF61649) is known color: Torch Red. HEX triplet: F6, 16 and 49. RGB value is (246,22,73). Sum of RGB (Red+Green+Blue) = 246+22+73=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F61649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61649 is #09E9B6. Grayscale: #5E5E5E. Windows color (decimal): -649655 or 4790006. OLE color: 4790006.
HSL color Cylindrical-coordinate representation of color #F61649: hue angle of 346.34º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61649 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 73 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.04 |
| HSL | 346.34º | 0.93% | 0.53% | - |
| HSV(B) | 346.34º | 0.91% | 0.96% | - |
| XYZ | 39.5 | 20.65 | 8.21 | - |
| YUV | 94.79 | 115.71 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 73 | 0 | 0.91 | 0.70 | 0.04 | 346.34 | 0.93 | 0.53 |
| Hex | F6 | 16 | 49 | 0 | 5B | 46 | 4 | 15A | 5D | 35 |
| Octal | 366 | 26 | 111 | 0 | 133 | 106 | 4 | 532 | 135 | 65 |
| Binary | 11110110 | 10110 | 1001001 | 0 | 1011011 | 1000110 | 100 | 101011010 | 1011101 | 110101 |
Color Harmonies of #F61649
Complementary color
Monochromatic Colors of #F61649
Black with #F61649
Text Example
Text Example
White with #F61649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61649; }
p { color: rgb(246,22,73); }
H1.HeaderClassName
{
color: #F61649;
}
.AnyTagClassName
{
color: #F61649;
}
</style>
background-color css
<style>
a { background-color: #F61649; }
a { background-color: rgb(246,22,73); }
div.DivClassName
{
background-color: #F61649;
}
.BgClassName
{
background-color: #F61649;
}
</style>
border-color css
<style>
span { border-color: #F61649; }
span { border-color: rgb(246,22,73); }
td.TdClassName
{
border-color: #F61649;
}
.TagClassName
{
border-color: #F61649;
}
</style>