Shades of Torch Red #F80346
Tints of Torch Red #F80346
RGB
CMYK
RGB Variations
Color information
#F80346 (or 0xF80346) is known color: Torch Red. HEX triplet: F8, 03 and 46. RGB value is (248,3,70). Sum of RGB (Red+Green+Blue) = 248+3+70=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F80346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80346 is #07FCB9. Grayscale: #535353. Windows color (decimal): -523450 or 4588536. OLE color: 4588536.
HSL color Cylindrical-coordinate representation of color #F80346: hue angle of 343.59º 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 #F80346 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 70 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.03 |
| HSL | 343.59º | 0.98% | 0.49% | - |
| HSV(B) | 343.59º | 0.99% | 0.97% | - |
| XYZ | 39.85 | 20.46 | 7.64 | - |
| YUV | 83.89 | 120.17 | 245.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 70 | 0 | 0.99 | 0.72 | 0.03 | 343.59 | 0.98 | 0.49 |
| Hex | F8 | 3 | 46 | 0 | 63 | 48 | 3 | 158 | 62 | 31 |
| Octal | 370 | 3 | 106 | 0 | 143 | 110 | 3 | 530 | 142 | 61 |
| Binary | 11111000 | 11 | 1000110 | 0 | 1100011 | 1001000 | 11 | 101011000 | 1100010 | 110001 |
Color Harmonies of #F80346
Complementary color
Monochromatic Colors of #F80346
Black with #F80346
Text Example
Text Example
White with #F80346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80346; }
p { color: rgb(248,3,70); }
H1.HeaderClassName
{
color: #F80346;
}
.AnyTagClassName
{
color: #F80346;
}
</style>
background-color css
<style>
a { background-color: #F80346; }
a { background-color: rgb(248,3,70); }
div.DivClassName
{
background-color: #F80346;
}
.BgClassName
{
background-color: #F80346;
}
</style>
border-color css
<style>
span { border-color: #F80346; }
span { border-color: rgb(248,3,70); }
td.TdClassName
{
border-color: #F80346;
}
.TagClassName
{
border-color: #F80346;
}
</style>