Shades of Torch Red #F80445
Tints of Torch Red #F80445
RGB
CMYK
RGB Variations
Color information
#F80445 (or 0xF80445) is known color: Torch Red. HEX triplet: F8, 04 and 45. RGB value is (248,4,69). Sum of RGB (Red+Green+Blue) = 248+4+69=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F80445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80445 is #07FBBA. Grayscale: #545454. Windows color (decimal): -523195 or 4523256. OLE color: 4523256.
HSL color Cylindrical-coordinate representation of color #F80445: hue angle of 344.02º 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 #F80445 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.03 |
| HSL | 344.02º | 0.97% | 0.49% | - |
| HSV(B) | 344.02º | 0.98% | 0.97% | - |
| XYZ | 39.83 | 20.47 | 7.48 | - |
| YUV | 84.37 | 119.34 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 69 | 0 | 0.98 | 0.72 | 0.03 | 344.02 | 0.97 | 0.49 |
| Hex | F8 | 4 | 45 | 0 | 62 | 48 | 3 | 158 | 61 | 31 |
| Octal | 370 | 4 | 105 | 0 | 142 | 110 | 3 | 530 | 141 | 61 |
| Binary | 11111000 | 100 | 1000101 | 0 | 1100010 | 1001000 | 11 | 101011000 | 1100001 | 110001 |
Color Harmonies of #F80445
Complementary color
Monochromatic Colors of #F80445
Black with #F80445
Text Example
Text Example
White with #F80445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80445; }
p { color: rgb(248,4,69); }
H1.HeaderClassName
{
color: #F80445;
}
.AnyTagClassName
{
color: #F80445;
}
</style>
background-color css
<style>
a { background-color: #F80445; }
a { background-color: rgb(248,4,69); }
div.DivClassName
{
background-color: #F80445;
}
.BgClassName
{
background-color: #F80445;
}
</style>
border-color css
<style>
span { border-color: #F80445; }
span { border-color: rgb(248,4,69); }
td.TdClassName
{
border-color: #F80445;
}
.TagClassName
{
border-color: #F80445;
}
</style>