Shades of Torch Red #F80046
Tints of Torch Red #F80046
RGB
CMYK
RGB Variations
Color information
#F80046 (or 0xF80046) is known color: Torch Red. HEX triplet: F8, 00 and 46. RGB value is (248,0,70). Sum of RGB (Red+Green+Blue) = 248+0+70=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F80046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80046 is #07FFB9. Grayscale: #525252. Windows color (decimal): -524218 or 4587768. OLE color: 4587768.
HSL color Cylindrical-coordinate representation of color #F80046: hue angle of 343.06º 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 #F80046 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.72 | 0.03 |
| HSL | 343.06º | 1% | 0.49% | - |
| HSV(B) | 343.06º | 1% | 0.97% | - |
| XYZ | 39.82 | 20.4 | 7.63 | - |
| YUV | 82.13 | 121.16 | 246.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 70 | 0 | 1 | 0.72 | 0.03 | 343.06 | 1 | 0.49 |
| Hex | F8 | 0 | 46 | 0 | 64 | 48 | 3 | 157 | 64 | 31 |
| Octal | 370 | 0 | 106 | 0 | 144 | 110 | 3 | 527 | 144 | 61 |
| Binary | 11111000 | 0 | 1000110 | 0 | 1100100 | 1001000 | 11 | 101010111 | 1100100 | 110001 |
Color Harmonies of #F80046
Complementary color
Monochromatic Colors of #F80046
Black with #F80046
Text Example
Text Example
White with #F80046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80046; }
p { color: rgb(248,0,70); }
H1.HeaderClassName
{
color: #F80046;
}
.AnyTagClassName
{
color: #F80046;
}
</style>
background-color css
<style>
a { background-color: #F80046; }
a { background-color: rgb(248,0,70); }
div.DivClassName
{
background-color: #F80046;
}
.BgClassName
{
background-color: #F80046;
}
</style>
border-color css
<style>
span { border-color: #F80046; }
span { border-color: rgb(248,0,70); }
td.TdClassName
{
border-color: #F80046;
}
.TagClassName
{
border-color: #F80046;
}
</style>