Shades of Torch Red #F70549
Tints of Torch Red #F70549
RGB
CMYK
RGB Variations
Color information
#F70549 (or 0xF70549) is known color: Torch Red. HEX triplet: F7, 05 and 49. RGB value is (247,5,73). Sum of RGB (Red+Green+Blue) = 247+5+73=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F70549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70549 is #08FAB6. Grayscale: #555555. Windows color (decimal): -588471 or 4785655. OLE color: 4785655.
HSL color Cylindrical-coordinate representation of color #F70549: hue angle of 343.14º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70549 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 73 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.03 |
| HSL | 343.14º | 0.96% | 0.49% | - |
| HSV(B) | 343.14º | 0.98% | 0.97% | - |
| XYZ | 39.61 | 20.36 | 8.15 | - |
| YUV | 85.11 | 121.17 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 73 | 0 | 0.98 | 0.70 | 0.03 | 343.14 | 0.96 | 0.49 |
| Hex | F7 | 5 | 49 | 0 | 62 | 46 | 3 | 157 | 60 | 31 |
| Octal | 367 | 5 | 111 | 0 | 142 | 106 | 3 | 527 | 140 | 61 |
| Binary | 11110111 | 101 | 1001001 | 0 | 1100010 | 1000110 | 11 | 101010111 | 1100000 | 110001 |
Color Harmonies of #F70549
Complementary color
Monochromatic Colors of #F70549
Black with #F70549
Text Example
Text Example
White with #F70549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70549; }
p { color: rgb(247,5,73); }
H1.HeaderClassName
{
color: #F70549;
}
.AnyTagClassName
{
color: #F70549;
}
</style>
background-color css
<style>
a { background-color: #F70549; }
a { background-color: rgb(247,5,73); }
div.DivClassName
{
background-color: #F70549;
}
.BgClassName
{
background-color: #F70549;
}
</style>
border-color css
<style>
span { border-color: #F70549; }
span { border-color: rgb(247,5,73); }
td.TdClassName
{
border-color: #F70549;
}
.TagClassName
{
border-color: #F70549;
}
</style>