Shades of Torch Red #F80F49
Tints of Torch Red #F80F49
RGB
CMYK
RGB Variations
Color information
#F80F49 (or 0xF80F49) is known color: Torch Red. HEX triplet: F8, 0F and 49. RGB value is (248,15,73). Sum of RGB (Red+Green+Blue) = 248+15+73=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80F49 is #07F0B6. Grayscale: #5B5B5B. Windows color (decimal): -520375 or 4788216. OLE color: 4788216.
HSL color Cylindrical-coordinate representation of color #F80F49: hue angle of 345.06º 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 #F80F49 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 73 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.03 |
| HSL | 345.06º | 0.94% | 0.52% | - |
| HSV(B) | 345.06º | 0.94% | 0.97% | - |
| XYZ | 40.08 | 20.78 | 8.2 | - |
| YUV | 91.28 | 117.69 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 73 | 0 | 0.94 | 0.71 | 0.03 | 345.06 | 0.94 | 0.52 |
| Hex | F8 | F | 49 | 0 | 5E | 47 | 3 | 159 | 5E | 34 |
| Octal | 370 | 17 | 111 | 0 | 136 | 107 | 3 | 531 | 136 | 64 |
| Binary | 11111000 | 1111 | 1001001 | 0 | 1011110 | 1000111 | 11 | 101011001 | 1011110 | 110100 |
Color Harmonies of #F80F49
Complementary color
Monochromatic Colors of #F80F49
Black with #F80F49
Text Example
Text Example
White with #F80F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80F49; }
p { color: rgb(248,15,73); }
H1.HeaderClassName
{
color: #F80F49;
}
.AnyTagClassName
{
color: #F80F49;
}
</style>
background-color css
<style>
a { background-color: #F80F49; }
a { background-color: rgb(248,15,73); }
div.DivClassName
{
background-color: #F80F49;
}
.BgClassName
{
background-color: #F80F49;
}
</style>
border-color css
<style>
span { border-color: #F80F49; }
span { border-color: rgb(248,15,73); }
td.TdClassName
{
border-color: #F80F49;
}
.TagClassName
{
border-color: #F80F49;
}
</style>