Shades of Torch Red #F40744
Tints of Torch Red #F40744
RGB
CMYK
RGB Variations
Color information
#F40744 (or 0xF40744) is known color: Torch Red. HEX triplet: F4, 07 and 44. RGB value is (244,7,68). Sum of RGB (Red+Green+Blue) = 244+7+68=319 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.49% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 244 - color contains mainly: red. Hex color #F40744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40744 is #0BF8BB. Grayscale: #545454. Windows color (decimal): -784572 or 4458484. OLE color: 4458484.
HSL color Cylindrical-coordinate representation of color #F40744: hue angle of 344.56º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40744 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 68 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.04 |
| HSL | 344.56º | 0.94% | 0.49% | - |
| HSV(B) | 344.56º | 0.97% | 0.96% | - |
| XYZ | 38.43 | 19.8 | 7.27 | - |
| YUV | 84.82 | 118.52 | 241.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 68 | 0 | 0.97 | 0.72 | 0.04 | 344.56 | 0.94 | 0.49 |
| Hex | F4 | 7 | 44 | 0 | 61 | 48 | 4 | 159 | 5E | 31 |
| Octal | 364 | 7 | 104 | 0 | 141 | 110 | 4 | 531 | 136 | 61 |
| Binary | 11110100 | 111 | 1000100 | 0 | 1100001 | 1001000 | 100 | 101011001 | 1011110 | 110001 |
Color Harmonies of #F40744
Complementary color
Monochromatic Colors of #F40744
Black with #F40744
Text Example
Text Example
White with #F40744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40744; }
p { color: rgb(244,7,68); }
H1.HeaderClassName
{
color: #F40744;
}
.AnyTagClassName
{
color: #F40744;
}
</style>
background-color css
<style>
a { background-color: #F40744; }
a { background-color: rgb(244,7,68); }
div.DivClassName
{
background-color: #F40744;
}
.BgClassName
{
background-color: #F40744;
}
</style>
border-color css
<style>
span { border-color: #F40744; }
span { border-color: rgb(244,7,68); }
td.TdClassName
{
border-color: #F40744;
}
.TagClassName
{
border-color: #F40744;
}
</style>