Shades of Torch Red #F70C49
Tints of Torch Red #F70C49
RGB
CMYK
RGB Variations
Color information
#F70C49 (or 0xF70C49) is known color: Torch Red. HEX triplet: F7, 0C and 49. RGB value is (247,12,73). Sum of RGB (Red+Green+Blue) = 247+12+73=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70C49 is #08F3B6. Grayscale: #595959. Windows color (decimal): -586679 or 4787447. OLE color: 4787447.
HSL color Cylindrical-coordinate representation of color #F70C49: hue angle of 344.43º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70C49 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 73 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.03 |
| HSL | 344.43º | 0.94% | 0.51% | - |
| HSV(B) | 344.43º | 0.95% | 0.97% | - |
| XYZ | 39.69 | 20.52 | 8.17 | - |
| YUV | 89.22 | 118.86 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 73 | 0 | 0.95 | 0.70 | 0.03 | 344.43 | 0.94 | 0.51 |
| Hex | F7 | C | 49 | 0 | 5F | 46 | 3 | 158 | 5E | 33 |
| Octal | 367 | 14 | 111 | 0 | 137 | 106 | 3 | 530 | 136 | 63 |
| Binary | 11110111 | 1100 | 1001001 | 0 | 1011111 | 1000110 | 11 | 101011000 | 1011110 | 110011 |
Color Harmonies of #F70C49
Complementary color
Monochromatic Colors of #F70C49
Black with #F70C49
Text Example
Text Example
White with #F70C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C49; }
p { color: rgb(247,12,73); }
H1.HeaderClassName
{
color: #F70C49;
}
.AnyTagClassName
{
color: #F70C49;
}
</style>
background-color css
<style>
a { background-color: #F70C49; }
a { background-color: rgb(247,12,73); }
div.DivClassName
{
background-color: #F70C49;
}
.BgClassName
{
background-color: #F70C49;
}
</style>
border-color css
<style>
span { border-color: #F70C49; }
span { border-color: rgb(247,12,73); }
td.TdClassName
{
border-color: #F70C49;
}
.TagClassName
{
border-color: #F70C49;
}
</style>