Shades of Torch Red #F40940
Tints of Torch Red #F40940
RGB
CMYK
RGB Variations
Color information
#F40940 (or 0xF40940) is known color: Torch Red. HEX triplet: F4, 09 and 40. RGB value is (244,9,64). Sum of RGB (Red+Green+Blue) = 244+9+64=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F40940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40940 is #0BF6BF. Grayscale: #555555. Windows color (decimal): -784064 or 4196852. OLE color: 4196852.
HSL color Cylindrical-coordinate representation of color #F40940: hue angle of 345.96º 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 #F40940 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 64 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.04 |
| HSL | 345.96º | 0.93% | 0.5% | - |
| HSV(B) | 345.96º | 0.96% | 0.96% | - |
| XYZ | 38.33 | 19.8 | 6.65 | - |
| YUV | 85.54 | 115.86 | 241.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 64 | 0 | 0.96 | 0.74 | 0.04 | 345.96 | 0.93 | 0.5 |
| Hex | F4 | 9 | 40 | 0 | 60 | 4A | 4 | 15A | 5D | 32 |
| Octal | 364 | 11 | 100 | 0 | 140 | 112 | 4 | 532 | 135 | 62 |
| Binary | 11110100 | 1001 | 1000000 | 0 | 1100000 | 1001010 | 100 | 101011010 | 1011101 | 110010 |
Color Harmonies of #F40940
Complementary color
Monochromatic Colors of #F40940
Black with #F40940
Text Example
Text Example
White with #F40940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40940; }
p { color: rgb(244,9,64); }
H1.HeaderClassName
{
color: #F40940;
}
.AnyTagClassName
{
color: #F40940;
}
</style>
background-color css
<style>
a { background-color: #F40940; }
a { background-color: rgb(244,9,64); }
div.DivClassName
{
background-color: #F40940;
}
.BgClassName
{
background-color: #F40940;
}
</style>
border-color css
<style>
span { border-color: #F40940; }
span { border-color: rgb(244,9,64); }
td.TdClassName
{
border-color: #F40940;
}
.TagClassName
{
border-color: #F40940;
}
</style>