Shades of Torch Red #F70E48
Tints of Torch Red #F70E48
RGB
CMYK
RGB Variations
Color information
#F70E48 (or 0xF70E48) is known color: Torch Red. HEX triplet: F7, 0E and 48. RGB value is (247,14,72). Sum of RGB (Red+Green+Blue) = 247+14+72=333 (44% of max value = 765). Red value is 247 (96.88% from 255 or 74.17% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70E48 is #08F1B7. Grayscale: #5A5A5A. Windows color (decimal): -586168 or 4722423. OLE color: 4722423.
HSL color Cylindrical-coordinate representation of color #F70E48: hue angle of 345.06º 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 #F70E48 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 72 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.03 |
| HSL | 345.06º | 0.94% | 0.51% | - |
| HSV(B) | 345.06º | 0.94% | 0.97% | - |
| XYZ | 39.68 | 20.56 | 8.01 | - |
| YUV | 90.28 | 117.69 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 72 | 0 | 0.94 | 0.71 | 0.03 | 345.06 | 0.94 | 0.51 |
| Hex | F7 | E | 48 | 0 | 5E | 47 | 3 | 159 | 5E | 33 |
| Octal | 367 | 16 | 110 | 0 | 136 | 107 | 3 | 531 | 136 | 63 |
| Binary | 11110111 | 1110 | 1001000 | 0 | 1011110 | 1000111 | 11 | 101011001 | 1011110 | 110011 |
Color Harmonies of #F70E48
Complementary color
Monochromatic Colors of #F70E48
Black with #F70E48
Text Example
Text Example
White with #F70E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70E48; }
p { color: rgb(247,14,72); }
H1.HeaderClassName
{
color: #F70E48;
}
.AnyTagClassName
{
color: #F70E48;
}
</style>
background-color css
<style>
a { background-color: #F70E48; }
a { background-color: rgb(247,14,72); }
div.DivClassName
{
background-color: #F70E48;
}
.BgClassName
{
background-color: #F70E48;
}
</style>
border-color css
<style>
span { border-color: #F70E48; }
span { border-color: rgb(247,14,72); }
td.TdClassName
{
border-color: #F70E48;
}
.TagClassName
{
border-color: #F70E48;
}
</style>