Shades of Torch Red #F80040
Tints of Torch Red #F80040
RGB
CMYK
RGB Variations
Color information
#F80040 (or 0xF80040) is known color: Torch Red. HEX triplet: F8, 00 and 40. RGB value is (248,0,64). Sum of RGB (Red+Green+Blue) = 248+0+64=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F80040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80040 is #07FFBF. Grayscale: #515151. Windows color (decimal): -524224 or 4194552. OLE color: 4194552.
HSL color Cylindrical-coordinate representation of color #F80040: hue angle of 344.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80040 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.74 | 0.03 |
| HSL | 344.52º | 1% | 0.49% | - |
| HSV(B) | 344.52º | 1% | 0.97% | - |
| XYZ | 39.64 | 20.33 | 6.68 | - |
| YUV | 81.45 | 118.16 | 246.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 64 | 0 | 1 | 0.74 | 0.03 | 344.52 | 1 | 0.49 |
| Hex | F8 | 0 | 40 | 0 | 64 | 4A | 3 | 159 | 64 | 31 |
| Octal | 370 | 0 | 100 | 0 | 144 | 112 | 3 | 531 | 144 | 61 |
| Binary | 11111000 | 0 | 1000000 | 0 | 1100100 | 1001010 | 11 | 101011001 | 1100100 | 110001 |
Color Harmonies of #F80040
Complementary color
Monochromatic Colors of #F80040
Black with #F80040
Text Example
Text Example
White with #F80040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80040; }
p { color: rgb(248,0,64); }
H1.HeaderClassName
{
color: #F80040;
}
.AnyTagClassName
{
color: #F80040;
}
</style>
background-color css
<style>
a { background-color: #F80040; }
a { background-color: rgb(248,0,64); }
div.DivClassName
{
background-color: #F80040;
}
.BgClassName
{
background-color: #F80040;
}
</style>
border-color css
<style>
span { border-color: #F80040; }
span { border-color: rgb(248,0,64); }
td.TdClassName
{
border-color: #F80040;
}
.TagClassName
{
border-color: #F80040;
}
</style>