Shades of Red #F80605
Tints of Red #F80605
RGB
CMYK
RGB Variations
Color information
#F80605 (or 0xF80605) is known color: Red. HEX triplet: F8, 06 and 05. RGB value is (248,6,5). Sum of RGB (Red+Green+Blue) = 248+6+5=259 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.75% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 248 - color contains mainly: red. Hex color #F80605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80605 is #07F9FA. Grayscale: #4E4E4E. Windows color (decimal): -522747 or 329464. OLE color: 329464.
HSL color Cylindrical-coordinate representation of color #F80605: hue angle of 0.25º 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 #F80605 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.03 |
| HSL | 0.25º | 0.96% | 0.5% | - |
| HSV(B) | 0.25º | 0.98% | 0.97% | - |
| XYZ | 38.8 | 20.1 | 1.98 | - |
| YUV | 78.24 | 86.67 | 249.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 5 | 0 | 0.98 | 0.98 | 0.03 | 0.25 | 0.96 | 0.5 |
| Hex | F8 | 6 | 5 | 0 | 62 | 62 | 3 | 0 | 60 | 32 |
| Octal | 370 | 6 | 5 | 0 | 142 | 142 | 3 | 0 | 140 | 62 |
| Binary | 11111000 | 110 | 101 | 0 | 1100010 | 1100010 | 11 | 0 | 1100000 | 110010 |
Color Harmonies of #F80605
Complementary color
Monochromatic Colors of #F80605
Black with #F80605
Text Example
Text Example
White with #F80605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80605; }
p { color: rgb(248,6,5); }
H1.HeaderClassName
{
color: #F80605;
}
.AnyTagClassName
{
color: #F80605;
}
</style>
background-color css
<style>
a { background-color: #F80605; }
a { background-color: rgb(248,6,5); }
div.DivClassName
{
background-color: #F80605;
}
.BgClassName
{
background-color: #F80605;
}
</style>
border-color css
<style>
span { border-color: #F80605; }
span { border-color: rgb(248,6,5); }
td.TdClassName
{
border-color: #F80605;
}
.TagClassName
{
border-color: #F80605;
}
</style>