Shades of Torch Red #F70F49
Tints of Torch Red #F70F49
RGB
CMYK
RGB Variations
Color information
#F70F49 (or 0xF70F49) is known color: Torch Red. HEX triplet: F7, 0F and 49. RGB value is (247,15,73). Sum of RGB (Red+Green+Blue) = 247+15+73=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70F49 is #08F0B6. Grayscale: #5A5A5A. Windows color (decimal): -585911 or 4788215. OLE color: 4788215.
HSL color Cylindrical-coordinate representation of color #F70F49: hue angle of 345º 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 #F70F49 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 73 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.03 |
| HSL | 345º | 0.94% | 0.51% | - |
| HSV(B) | 345º | 0.94% | 0.97% | - |
| XYZ | 39.73 | 20.6 | 8.18 | - |
| YUV | 90.98 | 117.86 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 73 | 0 | 0.94 | 0.70 | 0.03 | 345 | 0.94 | 0.51 |
| Hex | F7 | F | 49 | 0 | 5E | 46 | 3 | 159 | 5E | 33 |
| Octal | 367 | 17 | 111 | 0 | 136 | 106 | 3 | 531 | 136 | 63 |
| Binary | 11110111 | 1111 | 1001001 | 0 | 1011110 | 1000110 | 11 | 101011001 | 1011110 | 110011 |
Color Harmonies of #F70F49
Complementary color
Monochromatic Colors of #F70F49
Black with #F70F49
Text Example
Text Example
White with #F70F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F49; }
p { color: rgb(247,15,73); }
H1.HeaderClassName
{
color: #F70F49;
}
.AnyTagClassName
{
color: #F70F49;
}
</style>
background-color css
<style>
a { background-color: #F70F49; }
a { background-color: rgb(247,15,73); }
div.DivClassName
{
background-color: #F70F49;
}
.BgClassName
{
background-color: #F70F49;
}
</style>
border-color css
<style>
span { border-color: #F70F49; }
span { border-color: rgb(247,15,73); }
td.TdClassName
{
border-color: #F70F49;
}
.TagClassName
{
border-color: #F70F49;
}
</style>