Shades of Torch Red #F70D4A
Tints of Torch Red #F70D4A
RGB
CMYK
RGB Variations
Color information
#F70D4A (or 0xF70D4A) is known color: Torch Red. HEX triplet: F7, 0D and 4A. RGB value is (247,13,74). Sum of RGB (Red+Green+Blue) = 247+13+74=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70D4A is #08F2B5. Grayscale: #595959. Windows color (decimal): -586422 or 4853239. OLE color: 4853239.
HSL color Cylindrical-coordinate representation of color #F70D4A: hue angle of 344.36º 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 #F70D4A is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 74 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.03 |
| HSL | 344.36º | 0.94% | 0.51% | - |
| HSV(B) | 344.36º | 0.95% | 0.97% | - |
| XYZ | 39.74 | 20.56 | 8.35 | - |
| YUV | 89.92 | 119.02 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 74 | 0 | 0.95 | 0.70 | 0.03 | 344.36 | 0.94 | 0.51 |
| Hex | F7 | D | 4A | 0 | 5F | 46 | 3 | 158 | 5E | 33 |
| Octal | 367 | 15 | 112 | 0 | 137 | 106 | 3 | 530 | 136 | 63 |
| Binary | 11110111 | 1101 | 1001010 | 0 | 1011111 | 1000110 | 11 | 101011000 | 1011110 | 110011 |
Color Harmonies of #F70D4A
Complementary color
Monochromatic Colors of #F70D4A
Black with #F70D4A
Text Example
Text Example
White with #F70D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70D4A; }
p { color: rgb(247,13,74); }
H1.HeaderClassName
{
color: #F70D4A;
}
.AnyTagClassName
{
color: #F70D4A;
}
</style>
background-color css
<style>
a { background-color: #F70D4A; }
a { background-color: rgb(247,13,74); }
div.DivClassName
{
background-color: #F70D4A;
}
.BgClassName
{
background-color: #F70D4A;
}
</style>
border-color css
<style>
span { border-color: #F70D4A; }
span { border-color: rgb(247,13,74); }
td.TdClassName
{
border-color: #F70D4A;
}
.TagClassName
{
border-color: #F70D4A;
}
</style>