Shades of Torch Red #F80949
Tints of Torch Red #F80949
RGB
CMYK
RGB Variations
Color information
#F80949 (or 0xF80949) is known color: Torch Red. HEX triplet: F8, 09 and 49. RGB value is (248,9,73). Sum of RGB (Red+Green+Blue) = 248+9+73=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F80949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80949 is #07F6B6. Grayscale: #575757. Windows color (decimal): -521911 or 4786680. OLE color: 4786680.
HSL color Cylindrical-coordinate representation of color #F80949: hue angle of 343.93º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80949 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 73 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.03 |
| HSL | 343.93º | 0.94% | 0.5% | - |
| HSV(B) | 343.93º | 0.96% | 0.97% | - |
| XYZ | 40.01 | 20.63 | 8.18 | - |
| YUV | 87.76 | 119.68 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 73 | 0 | 0.96 | 0.71 | 0.03 | 343.93 | 0.94 | 0.5 |
| Hex | F8 | 9 | 49 | 0 | 60 | 47 | 3 | 158 | 5E | 32 |
| Octal | 370 | 11 | 111 | 0 | 140 | 107 | 3 | 530 | 136 | 62 |
| Binary | 11111000 | 1001 | 1001001 | 0 | 1100000 | 1000111 | 11 | 101011000 | 1011110 | 110010 |
Color Harmonies of #F80949
Complementary color
Monochromatic Colors of #F80949
Black with #F80949
Text Example
Text Example
White with #F80949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80949; }
p { color: rgb(248,9,73); }
H1.HeaderClassName
{
color: #F80949;
}
.AnyTagClassName
{
color: #F80949;
}
</style>
background-color css
<style>
a { background-color: #F80949; }
a { background-color: rgb(248,9,73); }
div.DivClassName
{
background-color: #F80949;
}
.BgClassName
{
background-color: #F80949;
}
</style>
border-color css
<style>
span { border-color: #F80949; }
span { border-color: rgb(248,9,73); }
td.TdClassName
{
border-color: #F80949;
}
.TagClassName
{
border-color: #F80949;
}
</style>