Shades of Torch Red #F80442
Tints of Torch Red #F80442
RGB
CMYK
RGB Variations
Color information
#F80442 (or 0xF80442) is known color: Torch Red. HEX triplet: F8, 04 and 42. RGB value is (248,4,66). Sum of RGB (Red+Green+Blue) = 248+4+66=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F80442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80442 is #07FBBD. Grayscale: #545454. Windows color (decimal): -523198 or 4326648. OLE color: 4326648.
HSL color Cylindrical-coordinate representation of color #F80442: hue angle of 344.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80442 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 66 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.03 |
| HSL | 344.75º | 0.97% | 0.49% | - |
| HSV(B) | 344.75º | 0.98% | 0.97% | - |
| XYZ | 39.74 | 20.44 | 7 | - |
| YUV | 84.02 | 117.84 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 66 | 0 | 0.98 | 0.73 | 0.03 | 344.75 | 0.97 | 0.49 |
| Hex | F8 | 4 | 42 | 0 | 62 | 49 | 3 | 159 | 61 | 31 |
| Octal | 370 | 4 | 102 | 0 | 142 | 111 | 3 | 531 | 141 | 61 |
| Binary | 11111000 | 100 | 1000010 | 0 | 1100010 | 1001001 | 11 | 101011001 | 1100001 | 110001 |
Color Harmonies of #F80442
Complementary color
Monochromatic Colors of #F80442
Black with #F80442
Text Example
Text Example
White with #F80442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80442; }
p { color: rgb(248,4,66); }
H1.HeaderClassName
{
color: #F80442;
}
.AnyTagClassName
{
color: #F80442;
}
</style>
background-color css
<style>
a { background-color: #F80442; }
a { background-color: rgb(248,4,66); }
div.DivClassName
{
background-color: #F80442;
}
.BgClassName
{
background-color: #F80442;
}
</style>
border-color css
<style>
span { border-color: #F80442; }
span { border-color: rgb(248,4,66); }
td.TdClassName
{
border-color: #F80442;
}
.TagClassName
{
border-color: #F80442;
}
</style>