Shades of Torch Red #F70149
Tints of Torch Red #F70149
RGB
CMYK
RGB Variations
Color information
#F70149 (or 0xF70149) is known color: Torch Red. HEX triplet: F7, 01 and 49. RGB value is (247,1,73). Sum of RGB (Red+Green+Blue) = 247+1+73=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F70149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70149 is #08FEB6. Grayscale: #525252. Windows color (decimal): -589495 or 4784631. OLE color: 4784631.
HSL color Cylindrical-coordinate representation of color #F70149: hue angle of 342.44º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70149 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.03 |
| HSL | 342.44º | 0.99% | 0.49% | - |
| HSV(B) | 342.44º | 1% | 0.97% | - |
| XYZ | 39.57 | 20.28 | 8.13 | - |
| YUV | 82.76 | 122.5 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 73 | 0 | 1.00 | 0.70 | 0.03 | 342.44 | 0.99 | 0.49 |
| Hex | F7 | 1 | 49 | 0 | 64 | 46 | 3 | 156 | 63 | 31 |
| Octal | 367 | 1 | 111 | 0 | 144 | 106 | 3 | 526 | 143 | 61 |
| Binary | 11110111 | 1 | 1001001 | 0 | 1100100 | 1000110 | 11 | 101010110 | 1100011 | 110001 |
Color Harmonies of #F70149
Complementary color
Monochromatic Colors of #F70149
Black with #F70149
Text Example
Text Example
White with #F70149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70149; }
p { color: rgb(247,1,73); }
H1.HeaderClassName
{
color: #F70149;
}
.AnyTagClassName
{
color: #F70149;
}
</style>
background-color css
<style>
a { background-color: #F70149; }
a { background-color: rgb(247,1,73); }
div.DivClassName
{
background-color: #F70149;
}
.BgClassName
{
background-color: #F70149;
}
</style>
border-color css
<style>
span { border-color: #F70149; }
span { border-color: rgb(247,1,73); }
td.TdClassName
{
border-color: #F70149;
}
.TagClassName
{
border-color: #F70149;
}
</style>