Shades of Torch Red #F40949
Tints of Torch Red #F40949
RGB
CMYK
RGB Variations
Color information
#F40949 (or 0xF40949) is known color: Torch Red. HEX triplet: F4, 09 and 49. RGB value is (244,9,73). Sum of RGB (Red+Green+Blue) = 244+9+73=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F40949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40949 is #0BF6B6. Grayscale: #565656. Windows color (decimal): -784055 or 4786676. OLE color: 4786676.
HSL color Cylindrical-coordinate representation of color #F40949: hue angle of 343.66º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40949 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 73 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.04 |
| HSL | 343.66º | 0.93% | 0.5% | - |
| HSV(B) | 343.66º | 0.96% | 0.96% | - |
| XYZ | 38.61 | 19.91 | 8.11 | - |
| YUV | 86.56 | 120.36 | 240.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 73 | 0 | 0.96 | 0.70 | 0.04 | 343.66 | 0.93 | 0.5 |
| Hex | F4 | 9 | 49 | 0 | 60 | 46 | 4 | 158 | 5D | 32 |
| Octal | 364 | 11 | 111 | 0 | 140 | 106 | 4 | 530 | 135 | 62 |
| Binary | 11110100 | 1001 | 1001001 | 0 | 1100000 | 1000110 | 100 | 101011000 | 1011101 | 110010 |
Color Harmonies of #F40949
Complementary color
Monochromatic Colors of #F40949
Black with #F40949
Text Example
Text Example
White with #F40949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40949; }
p { color: rgb(244,9,73); }
H1.HeaderClassName
{
color: #F40949;
}
.AnyTagClassName
{
color: #F40949;
}
</style>
background-color css
<style>
a { background-color: #F40949; }
a { background-color: rgb(244,9,73); }
div.DivClassName
{
background-color: #F40949;
}
.BgClassName
{
background-color: #F40949;
}
</style>
border-color css
<style>
span { border-color: #F40949; }
span { border-color: rgb(244,9,73); }
td.TdClassName
{
border-color: #F40949;
}
.TagClassName
{
border-color: #F40949;
}
</style>