Shades of Red #F80705
Tints of Red #F80705
RGB
CMYK
RGB Variations
Color information
#F80705 (or 0xF80705) is known color: Red. HEX triplet: F8, 07 and 05. RGB value is (248,7,5). Sum of RGB (Red+Green+Blue) = 248+7+5=260 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.38% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 248 - color contains mainly: red. Hex color #F80705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80705 is #07F8FA. Grayscale: #4F4F4F. Windows color (decimal): -522491 or 329720. OLE color: 329720.
HSL color Cylindrical-coordinate representation of color #F80705: hue angle of 0.49º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.03 |
| HSL | 0.49º | 0.96% | 0.5% | - |
| HSV(B) | 0.49º | 0.98% | 0.97% | - |
| XYZ | 38.81 | 20.12 | 1.98 | - |
| YUV | 78.83 | 86.34 | 248.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 5 | 0 | 0.97 | 0.98 | 0.03 | 0.49 | 0.96 | 0.5 |
| Hex | F8 | 7 | 5 | 0 | 61 | 62 | 3 | 0 | 60 | 32 |
| Octal | 370 | 7 | 5 | 0 | 141 | 142 | 3 | 0 | 140 | 62 |
| Binary | 11111000 | 111 | 101 | 0 | 1100001 | 1100010 | 11 | 0 | 1100000 | 110010 |
Color Harmonies of #F80705
Complementary color
Monochromatic Colors of #F80705
Black with #F80705
Text Example
Text Example
White with #F80705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80705; }
p { color: rgb(248,7,5); }
H1.HeaderClassName
{
color: #F80705;
}
.AnyTagClassName
{
color: #F80705;
}
</style>
background-color css
<style>
a { background-color: #F80705; }
a { background-color: rgb(248,7,5); }
div.DivClassName
{
background-color: #F80705;
}
.BgClassName
{
background-color: #F80705;
}
</style>
border-color css
<style>
span { border-color: #F80705; }
span { border-color: rgb(248,7,5); }
td.TdClassName
{
border-color: #F80705;
}
.TagClassName
{
border-color: #F80705;
}
</style>