Shades of Torch Red #F80242
Tints of Torch Red #F80242
RGB
CMYK
RGB Variations
Color information
#F80242 (or 0xF80242) is known color: Torch Red. HEX triplet: F8, 02 and 42. RGB value is (248,2,66). Sum of RGB (Red+Green+Blue) = 248+2+66=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F80242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80242 is #07FDBD. Grayscale: #525252. Windows color (decimal): -523710 or 4326136. OLE color: 4326136.
HSL color Cylindrical-coordinate representation of color #F80242: hue angle of 344.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80242 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.03 |
| HSL | 344.39º | 0.98% | 0.49% | - |
| HSV(B) | 344.39º | 0.99% | 0.97% | - |
| XYZ | 39.72 | 20.39 | 7 | - |
| YUV | 82.85 | 118.5 | 245.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 66 | 0 | 0.99 | 0.73 | 0.03 | 344.39 | 0.98 | 0.49 |
| Hex | F8 | 2 | 42 | 0 | 63 | 49 | 3 | 158 | 62 | 31 |
| Octal | 370 | 2 | 102 | 0 | 143 | 111 | 3 | 530 | 142 | 61 |
| Binary | 11111000 | 10 | 1000010 | 0 | 1100011 | 1001001 | 11 | 101011000 | 1100010 | 110001 |
Color Harmonies of #F80242
Complementary color
Monochromatic Colors of #F80242
Black with #F80242
Text Example
Text Example
White with #F80242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80242; }
p { color: rgb(248,2,66); }
H1.HeaderClassName
{
color: #F80242;
}
.AnyTagClassName
{
color: #F80242;
}
</style>
background-color css
<style>
a { background-color: #F80242; }
a { background-color: rgb(248,2,66); }
div.DivClassName
{
background-color: #F80242;
}
.BgClassName
{
background-color: #F80242;
}
</style>
border-color css
<style>
span { border-color: #F80242; }
span { border-color: rgb(248,2,66); }
td.TdClassName
{
border-color: #F80242;
}
.TagClassName
{
border-color: #F80242;
}
</style>