Shades of Torch Red #F80747
Tints of Torch Red #F80747
RGB
CMYK
RGB Variations
Color information
#F80747 (or 0xF80747) is known color: Torch Red. HEX triplet: F8, 07 and 47. RGB value is (248,7,71). Sum of RGB (Red+Green+Blue) = 248+7+71=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F80747 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80747 is #07F8B8. Grayscale: #565656. Windows color (decimal): -522425 or 4655096. OLE color: 4655096.
HSL color Cylindrical-coordinate representation of color #F80747: hue angle of 344.07º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80747 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 71 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.03 |
| HSL | 344.07º | 0.95% | 0.5% | - |
| HSV(B) | 344.07º | 0.97% | 0.97% | - |
| XYZ | 39.92 | 20.56 | 7.83 | - |
| YUV | 86.36 | 119.34 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 71 | 0 | 0.97 | 0.71 | 0.03 | 344.07 | 0.95 | 0.5 |
| Hex | F8 | 7 | 47 | 0 | 61 | 47 | 3 | 158 | 5F | 32 |
| Octal | 370 | 7 | 107 | 0 | 141 | 107 | 3 | 530 | 137 | 62 |
| Binary | 11111000 | 111 | 1000111 | 0 | 1100001 | 1000111 | 11 | 101011000 | 1011111 | 110010 |
Color Harmonies of #F80747
Complementary color
Monochromatic Colors of #F80747
Black with #F80747
Text Example
Text Example
White with #F80747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80747; }
p { color: rgb(248,7,71); }
H1.HeaderClassName
{
color: #F80747;
}
.AnyTagClassName
{
color: #F80747;
}
</style>
background-color css
<style>
a { background-color: #F80747; }
a { background-color: rgb(248,7,71); }
div.DivClassName
{
background-color: #F80747;
}
.BgClassName
{
background-color: #F80747;
}
</style>
border-color css
<style>
span { border-color: #F80747; }
span { border-color: rgb(248,7,71); }
td.TdClassName
{
border-color: #F80747;
}
.TagClassName
{
border-color: #F80747;
}
</style>