Shades of Torch Red #F71046
Tints of Torch Red #F71046
RGB
CMYK
RGB Variations
Color information
#F71046 (or 0xF71046) is known color: Torch Red. HEX triplet: F7, 10 and 46. RGB value is (247,16,70). Sum of RGB (Red+Green+Blue) = 247+16+70=333 (44% of max value = 765). Red value is 247 (96.88% from 255 or 74.17% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 247 - color contains mainly: red. Hex color #F71046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71046 is #08EFB9. Grayscale: #5B5B5B. Windows color (decimal): -585658 or 4591863. OLE color: 4591863.
HSL color Cylindrical-coordinate representation of color #F71046: hue angle of 345.97º 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 #F71046 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 70 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.03 |
| HSL | 345.97º | 0.94% | 0.52% | - |
| HSV(B) | 345.97º | 0.94% | 0.97% | - |
| XYZ | 39.65 | 20.59 | 7.68 | - |
| YUV | 91.23 | 116.03 | 239.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 70 | 0 | 0.94 | 0.72 | 0.03 | 345.97 | 0.94 | 0.52 |
| Hex | F7 | 10 | 46 | 0 | 5E | 48 | 3 | 15A | 5E | 34 |
| Octal | 367 | 20 | 106 | 0 | 136 | 110 | 3 | 532 | 136 | 64 |
| Binary | 11110111 | 10000 | 1000110 | 0 | 1011110 | 1001000 | 11 | 101011010 | 1011110 | 110100 |
Color Harmonies of #F71046
Complementary color
Monochromatic Colors of #F71046
Black with #F71046
Text Example
Text Example
White with #F71046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71046; }
p { color: rgb(247,16,70); }
H1.HeaderClassName
{
color: #F71046;
}
.AnyTagClassName
{
color: #F71046;
}
</style>
background-color css
<style>
a { background-color: #F71046; }
a { background-color: rgb(247,16,70); }
div.DivClassName
{
background-color: #F71046;
}
.BgClassName
{
background-color: #F71046;
}
</style>
border-color css
<style>
span { border-color: #F71046; }
span { border-color: rgb(247,16,70); }
td.TdClassName
{
border-color: #F71046;
}
.TagClassName
{
border-color: #F71046;
}
</style>