Shades of Red #F80404
Tints of Red #F80404
RGB
CMYK
RGB Variations
Color information
#F80404 (or 0xF80404) is known color: Red. HEX triplet: F8, 04 and 04. RGB value is (248,4,4). Sum of RGB (Red+Green+Blue) = 248+4+4=256 (33% of max value = 765). Red value is 248 (97.27% from 255 or 96.88% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 248 - color contains mainly: red. Hex color #F80404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80404 is #07FBFB. Grayscale: #4D4D4D. Windows color (decimal): -523260 or 263416. OLE color: 263416.
HSL color Cylindrical-coordinate representation of color #F80404: hue angle of 0º 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 #F80404 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.03 |
| HSL | 0º | 0.97% | 0.49% | - |
| HSV(B) | 0º | 0.98% | 0.97% | - |
| XYZ | 38.78 | 20.05 | 1.94 | - |
| YUV | 76.96 | 86.84 | 250 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 4 | 0 | 0.98 | 0.98 | 0.03 | 0 | 0.97 | 0.49 |
| Hex | F8 | 4 | 4 | 0 | 62 | 62 | 3 | 0 | 61 | 31 |
| Octal | 370 | 4 | 4 | 0 | 142 | 142 | 3 | 0 | 141 | 61 |
| Binary | 11111000 | 100 | 100 | 0 | 1100010 | 1100010 | 11 | 0 | 1100001 | 110001 |
Color Harmonies of #F80404
Complementary color
Monochromatic Colors of #F80404
Black with #F80404
Text Example
Text Example
White with #F80404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80404; }
p { color: rgb(248,4,4); }
H1.HeaderClassName
{
color: #F80404;
}
.AnyTagClassName
{
color: #F80404;
}
</style>
background-color css
<style>
a { background-color: #F80404; }
a { background-color: rgb(248,4,4); }
div.DivClassName
{
background-color: #F80404;
}
.BgClassName
{
background-color: #F80404;
}
</style>
border-color css
<style>
span { border-color: #F80404; }
span { border-color: rgb(248,4,4); }
td.TdClassName
{
border-color: #F80404;
}
.TagClassName
{
border-color: #F80404;
}
</style>