Shades of Torch Red #F70E44
Tints of Torch Red #F70E44
RGB
CMYK
RGB Variations
Color information
#F70E44 (or 0xF70E44) is known color: Torch Red. HEX triplet: F7, 0E and 44. RGB value is (247,14,68). Sum of RGB (Red+Green+Blue) = 247+14+68=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70E44 is #08F1BB. Grayscale: #595959. Windows color (decimal): -586172 or 4460279. OLE color: 4460279.
HSL color Cylindrical-coordinate representation of color #F70E44: hue angle of 346.09º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70E44 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 68 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.03 |
| HSL | 346.09º | 0.94% | 0.51% | - |
| HSV(B) | 346.09º | 0.94% | 0.97% | - |
| XYZ | 39.56 | 20.51 | 7.34 | - |
| YUV | 89.82 | 115.69 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 68 | 0 | 0.94 | 0.72 | 0.03 | 346.09 | 0.94 | 0.51 |
| Hex | F7 | E | 44 | 0 | 5E | 48 | 3 | 15A | 5E | 33 |
| Octal | 367 | 16 | 104 | 0 | 136 | 110 | 3 | 532 | 136 | 63 |
| Binary | 11110111 | 1110 | 1000100 | 0 | 1011110 | 1001000 | 11 | 101011010 | 1011110 | 110011 |
Color Harmonies of #F70E44
Complementary color
Monochromatic Colors of #F70E44
Black with #F70E44
Text Example
Text Example
White with #F70E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70E44; }
p { color: rgb(247,14,68); }
H1.HeaderClassName
{
color: #F70E44;
}
.AnyTagClassName
{
color: #F70E44;
}
</style>
background-color css
<style>
a { background-color: #F70E44; }
a { background-color: rgb(247,14,68); }
div.DivClassName
{
background-color: #F70E44;
}
.BgClassName
{
background-color: #F70E44;
}
</style>
border-color css
<style>
span { border-color: #F70E44; }
span { border-color: rgb(247,14,68); }
td.TdClassName
{
border-color: #F70E44;
}
.TagClassName
{
border-color: #F70E44;
}
</style>