Shades of Torch Red #F80441
Tints of Torch Red #F80441
RGB
CMYK
RGB Variations
Color information
#F80441 (or 0xF80441) is known color: Torch Red. HEX triplet: F8, 04 and 41. RGB value is (248,4,65). Sum of RGB (Red+Green+Blue) = 248+4+65=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F80441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80441 is #07FBBE. Grayscale: #535353. Windows color (decimal): -523199 or 4261112. OLE color: 4261112.
HSL color Cylindrical-coordinate representation of color #F80441: hue angle of 345º 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 #F80441 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.03 |
| HSL | 345º | 0.97% | 0.49% | - |
| HSV(B) | 345º | 0.98% | 0.97% | - |
| XYZ | 39.71 | 20.42 | 6.85 | - |
| YUV | 83.91 | 117.34 | 245.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 65 | 0 | 0.98 | 0.74 | 0.03 | 345 | 0.97 | 0.49 |
| Hex | F8 | 4 | 41 | 0 | 62 | 4A | 3 | 159 | 61 | 31 |
| Octal | 370 | 4 | 101 | 0 | 142 | 112 | 3 | 531 | 141 | 61 |
| Binary | 11111000 | 100 | 1000001 | 0 | 1100010 | 1001010 | 11 | 101011001 | 1100001 | 110001 |
Color Harmonies of #F80441
Complementary color
Monochromatic Colors of #F80441
Black with #F80441
Text Example
Text Example
White with #F80441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80441; }
p { color: rgb(248,4,65); }
H1.HeaderClassName
{
color: #F80441;
}
.AnyTagClassName
{
color: #F80441;
}
</style>
background-color css
<style>
a { background-color: #F80441; }
a { background-color: rgb(248,4,65); }
div.DivClassName
{
background-color: #F80441;
}
.BgClassName
{
background-color: #F80441;
}
</style>
border-color css
<style>
span { border-color: #F80441; }
span { border-color: rgb(248,4,65); }
td.TdClassName
{
border-color: #F80441;
}
.TagClassName
{
border-color: #F80441;
}
</style>