Shades of Torch Red #F80B49
Tints of Torch Red #F80B49
RGB
CMYK
RGB Variations
Color information
#F80B49 (or 0xF80B49) is known color: Torch Red. HEX triplet: F8, 0B and 49. RGB value is (248,11,73). Sum of RGB (Red+Green+Blue) = 248+11+73=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80B49 is #07F4B6. Grayscale: #585858. Windows color (decimal): -521399 or 4787192. OLE color: 4787192.
HSL color Cylindrical-coordinate representation of color #F80B49: hue angle of 344.3º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80B49 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 73 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.03 |
| HSL | 344.3º | 0.94% | 0.51% | - |
| HSV(B) | 344.3º | 0.96% | 0.97% | - |
| XYZ | 40.03 | 20.68 | 8.18 | - |
| YUV | 88.93 | 119.02 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 73 | 0 | 0.96 | 0.71 | 0.03 | 344.3 | 0.94 | 0.51 |
| Hex | F8 | B | 49 | 0 | 60 | 47 | 3 | 158 | 5E | 33 |
| Octal | 370 | 13 | 111 | 0 | 140 | 107 | 3 | 530 | 136 | 63 |
| Binary | 11111000 | 1011 | 1001001 | 0 | 1100000 | 1000111 | 11 | 101011000 | 1011110 | 110011 |
Color Harmonies of #F80B49
Complementary color
Monochromatic Colors of #F80B49
Black with #F80B49
Text Example
Text Example
White with #F80B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B49; }
p { color: rgb(248,11,73); }
H1.HeaderClassName
{
color: #F80B49;
}
.AnyTagClassName
{
color: #F80B49;
}
</style>
background-color css
<style>
a { background-color: #F80B49; }
a { background-color: rgb(248,11,73); }
div.DivClassName
{
background-color: #F80B49;
}
.BgClassName
{
background-color: #F80B49;
}
</style>
border-color css
<style>
span { border-color: #F80B49; }
span { border-color: rgb(248,11,73); }
td.TdClassName
{
border-color: #F80B49;
}
.TagClassName
{
border-color: #F80B49;
}
</style>