Shades of Torch Red #F71049
Tints of Torch Red #F71049
RGB
CMYK
RGB Variations
Color information
#F71049 (or 0xF71049) is known color: Torch Red. HEX triplet: F7, 10 and 49. RGB value is (247,16,73). Sum of RGB (Red+Green+Blue) = 247+16+73=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F71049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71049 is #08EFB6. Grayscale: #5B5B5B. Windows color (decimal): -585655 or 4788471. OLE color: 4788471.
HSL color Cylindrical-coordinate representation of color #F71049: hue angle of 345.19º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71049 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 73 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.03 |
| HSL | 345.19º | 0.94% | 0.52% | - |
| HSV(B) | 345.19º | 0.94% | 0.97% | - |
| XYZ | 39.75 | 20.63 | 8.19 | - |
| YUV | 91.57 | 117.53 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 73 | 0 | 0.94 | 0.70 | 0.03 | 345.19 | 0.94 | 0.52 |
| Hex | F7 | 10 | 49 | 0 | 5E | 46 | 3 | 159 | 5E | 34 |
| Octal | 367 | 20 | 111 | 0 | 136 | 106 | 3 | 531 | 136 | 64 |
| Binary | 11110111 | 10000 | 1001001 | 0 | 1011110 | 1000110 | 11 | 101011001 | 1011110 | 110100 |
Color Harmonies of #F71049
Complementary color
Monochromatic Colors of #F71049
Black with #F71049
Text Example
Text Example
White with #F71049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71049; }
p { color: rgb(247,16,73); }
H1.HeaderClassName
{
color: #F71049;
}
.AnyTagClassName
{
color: #F71049;
}
</style>
background-color css
<style>
a { background-color: #F71049; }
a { background-color: rgb(247,16,73); }
div.DivClassName
{
background-color: #F71049;
}
.BgClassName
{
background-color: #F71049;
}
</style>
border-color css
<style>
span { border-color: #F71049; }
span { border-color: rgb(247,16,73); }
td.TdClassName
{
border-color: #F71049;
}
.TagClassName
{
border-color: #F71049;
}
</style>