Shades of Torch Red #F71246
Tints of Torch Red #F71246
RGB
CMYK
RGB Variations
Color information
#F71246 (or 0xF71246) is known color: Torch Red. HEX triplet: F7, 12 and 46. RGB value is (247,18,70). Sum of RGB (Red+Green+Blue) = 247+18+70=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F71246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71246 is #08EDB9. Grayscale: #5C5C5C. Windows color (decimal): -585146 or 4592375. OLE color: 4592375.
HSL color Cylindrical-coordinate representation of color #F71246: hue angle of 346.38º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71246 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 70 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.03 |
| HSL | 346.38º | 0.93% | 0.52% | - |
| HSV(B) | 346.38º | 0.93% | 0.97% | - |
| XYZ | 39.68 | 20.65 | 7.69 | - |
| YUV | 92.4 | 115.37 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 70 | 0 | 0.93 | 0.72 | 0.03 | 346.38 | 0.93 | 0.52 |
| Hex | F7 | 12 | 46 | 0 | 5D | 48 | 3 | 15A | 5D | 34 |
| Octal | 367 | 22 | 106 | 0 | 135 | 110 | 3 | 532 | 135 | 64 |
| Binary | 11110111 | 10010 | 1000110 | 0 | 1011101 | 1001000 | 11 | 101011010 | 1011101 | 110100 |
Color Harmonies of #F71246
Complementary color
Monochromatic Colors of #F71246
Black with #F71246
Text Example
Text Example
White with #F71246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71246; }
p { color: rgb(247,18,70); }
H1.HeaderClassName
{
color: #F71246;
}
.AnyTagClassName
{
color: #F71246;
}
</style>
background-color css
<style>
a { background-color: #F71246; }
a { background-color: rgb(247,18,70); }
div.DivClassName
{
background-color: #F71246;
}
.BgClassName
{
background-color: #F71246;
}
</style>
border-color css
<style>
span { border-color: #F71246; }
span { border-color: rgb(247,18,70); }
td.TdClassName
{
border-color: #F71246;
}
.TagClassName
{
border-color: #F71246;
}
</style>