Shades of Torch Red #F70E43
Tints of Torch Red #F70E43
RGB
CMYK
RGB Variations
Color information
#F70E43 (or 0xF70E43) is known color: Torch Red. HEX triplet: F7, 0E and 43. RGB value is (247,14,67). Sum of RGB (Red+Green+Blue) = 247+14+67=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70E43 is #08F1BC. Grayscale: #595959. Windows color (decimal): -586173 or 4394743. OLE color: 4394743.
HSL color Cylindrical-coordinate representation of color #F70E43: hue angle of 346.35º 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 #F70E43 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 67 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.03 |
| HSL | 346.35º | 0.94% | 0.51% | - |
| HSV(B) | 346.35º | 0.94% | 0.97% | - |
| XYZ | 39.53 | 20.49 | 7.18 | - |
| YUV | 89.71 | 115.19 | 240.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 67 | 0 | 0.94 | 0.73 | 0.03 | 346.35 | 0.94 | 0.51 |
| Hex | F7 | E | 43 | 0 | 5E | 49 | 3 | 15A | 5E | 33 |
| Octal | 367 | 16 | 103 | 0 | 136 | 111 | 3 | 532 | 136 | 63 |
| Binary | 11110111 | 1110 | 1000011 | 0 | 1011110 | 1001001 | 11 | 101011010 | 1011110 | 110011 |
Color Harmonies of #F70E43
Complementary color
Monochromatic Colors of #F70E43
Black with #F70E43
Text Example
Text Example
White with #F70E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70E43; }
p { color: rgb(247,14,67); }
H1.HeaderClassName
{
color: #F70E43;
}
.AnyTagClassName
{
color: #F70E43;
}
</style>
background-color css
<style>
a { background-color: #F70E43; }
a { background-color: rgb(247,14,67); }
div.DivClassName
{
background-color: #F70E43;
}
.BgClassName
{
background-color: #F70E43;
}
</style>
border-color css
<style>
span { border-color: #F70E43; }
span { border-color: rgb(247,14,67); }
td.TdClassName
{
border-color: #F70E43;
}
.TagClassName
{
border-color: #F70E43;
}
</style>