Shades of Torch Red #F80A44
Tints of Torch Red #F80A44
RGB
CMYK
RGB Variations
Color information
#F80A44 (or 0xF80A44) is known color: Torch Red. HEX triplet: F8, 0A and 44. RGB value is (248,10,68). Sum of RGB (Red+Green+Blue) = 248+10+68=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80A44 is #07F5BB. Grayscale: #575757. Windows color (decimal): -521660 or 4459256. OLE color: 4459256.
HSL color Cylindrical-coordinate representation of color #F80A44: hue angle of 345.38º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80A44 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 68 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.03 |
| HSL | 345.38º | 0.94% | 0.51% | - |
| HSV(B) | 345.38º | 0.96% | 0.97% | - |
| XYZ | 39.86 | 20.59 | 7.34 | - |
| YUV | 87.77 | 116.85 | 242.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 68 | 0 | 0.96 | 0.73 | 0.03 | 345.38 | 0.94 | 0.51 |
| Hex | F8 | A | 44 | 0 | 60 | 49 | 3 | 159 | 5E | 33 |
| Octal | 370 | 12 | 104 | 0 | 140 | 111 | 3 | 531 | 136 | 63 |
| Binary | 11111000 | 1010 | 1000100 | 0 | 1100000 | 1001001 | 11 | 101011001 | 1011110 | 110011 |
Color Harmonies of #F80A44
Complementary color
Monochromatic Colors of #F80A44
Black with #F80A44
Text Example
Text Example
White with #F80A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A44; }
p { color: rgb(248,10,68); }
H1.HeaderClassName
{
color: #F80A44;
}
.AnyTagClassName
{
color: #F80A44;
}
</style>
background-color css
<style>
a { background-color: #F80A44; }
a { background-color: rgb(248,10,68); }
div.DivClassName
{
background-color: #F80A44;
}
.BgClassName
{
background-color: #F80A44;
}
</style>
border-color css
<style>
span { border-color: #F80A44; }
span { border-color: rgb(248,10,68); }
td.TdClassName
{
border-color: #F80A44;
}
.TagClassName
{
border-color: #F80A44;
}
</style>