Shades of Torch Red #F80547
Tints of Torch Red #F80547
RGB
CMYK
RGB Variations
Color information
#F80547 (or 0xF80547) is known color: Torch Red. HEX triplet: F8, 05 and 47. RGB value is (248,5,71). Sum of RGB (Red+Green+Blue) = 248+5+71=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F80547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80547 is #07FAB8. Grayscale: #555555. Windows color (decimal): -522937 or 4654584. OLE color: 4654584.
HSL color Cylindrical-coordinate representation of color #F80547: hue angle of 343.7º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80547 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.03 |
| HSL | 343.7º | 0.96% | 0.5% | - |
| HSV(B) | 343.7º | 0.98% | 0.97% | - |
| XYZ | 39.9 | 20.52 | 7.82 | - |
| YUV | 85.18 | 120.01 | 244.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 71 | 0 | 0.98 | 0.71 | 0.03 | 343.7 | 0.96 | 0.5 |
| Hex | F8 | 5 | 47 | 0 | 62 | 47 | 3 | 158 | 60 | 32 |
| Octal | 370 | 5 | 107 | 0 | 142 | 107 | 3 | 530 | 140 | 62 |
| Binary | 11111000 | 101 | 1000111 | 0 | 1100010 | 1000111 | 11 | 101011000 | 1100000 | 110010 |
Color Harmonies of #F80547
Complementary color
Monochromatic Colors of #F80547
Black with #F80547
Text Example
Text Example
White with #F80547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80547; }
p { color: rgb(248,5,71); }
H1.HeaderClassName
{
color: #F80547;
}
.AnyTagClassName
{
color: #F80547;
}
</style>
background-color css
<style>
a { background-color: #F80547; }
a { background-color: rgb(248,5,71); }
div.DivClassName
{
background-color: #F80547;
}
.BgClassName
{
background-color: #F80547;
}
</style>
border-color css
<style>
span { border-color: #F80547; }
span { border-color: rgb(248,5,71); }
td.TdClassName
{
border-color: #F80547;
}
.TagClassName
{
border-color: #F80547;
}
</style>