Shades of Torch Red #F80842
Tints of Torch Red #F80842
RGB
CMYK
RGB Variations
Color information
#F80842 (or 0xF80842) is known color: Torch Red. HEX triplet: F8, 08 and 42. RGB value is (248,8,66). Sum of RGB (Red+Green+Blue) = 248+8+66=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F80842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80842 is #07F7BD. Grayscale: #565656. Windows color (decimal): -522174 or 4327672. OLE color: 4327672.
HSL color Cylindrical-coordinate representation of color #F80842: hue angle of 345.5º degrees, saturation: 0.94, 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 #F80842 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 66 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.03 |
| HSL | 345.5º | 0.94% | 0.5% | - |
| HSV(B) | 345.5º | 0.97% | 0.97% | - |
| XYZ | 39.78 | 20.52 | 7.02 | - |
| YUV | 86.37 | 116.51 | 243.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 66 | 0 | 0.97 | 0.73 | 0.03 | 345.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | 42 | 0 | 61 | 49 | 3 | 15A | 5E | 32 |
| Octal | 370 | 10 | 102 | 0 | 141 | 111 | 3 | 532 | 136 | 62 |
| Binary | 11111000 | 1000 | 1000010 | 0 | 1100001 | 1001001 | 11 | 101011010 | 1011110 | 110010 |
Color Harmonies of #F80842
Complementary color
Monochromatic Colors of #F80842
Black with #F80842
Text Example
Text Example
White with #F80842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80842; }
p { color: rgb(248,8,66); }
H1.HeaderClassName
{
color: #F80842;
}
.AnyTagClassName
{
color: #F80842;
}
</style>
background-color css
<style>
a { background-color: #F80842; }
a { background-color: rgb(248,8,66); }
div.DivClassName
{
background-color: #F80842;
}
.BgClassName
{
background-color: #F80842;
}
</style>
border-color css
<style>
span { border-color: #F80842; }
span { border-color: rgb(248,8,66); }
td.TdClassName
{
border-color: #F80842;
}
.TagClassName
{
border-color: #F80842;
}
</style>