Shades of Red #F80400
Tints of Red #F80400
RGB
CMYK
RGB Variations
Color information
#F80400 (or 0xF80400) is known color: Red. HEX triplet: F8, 04 and 00. RGB value is (248,4,0). Sum of RGB (Red+Green+Blue) = 248+4+0=252 (33% of max value = 765). Red value is 248 (97.27% from 255 or 98.41% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 248 - color contains mainly: red. Hex color #F80400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80400 is #07FBFF. Grayscale: #4C4C4C. Windows color (decimal): -523264 or 1272. OLE color: 1272.
HSL color Cylindrical-coordinate representation of color #F80400: hue angle of 0.97º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.03 |
| HSL | 0.97º | 1% | 0.49% | - |
| HSV(B) | 0.97º | 1% | 0.97% | - |
| XYZ | 38.75 | 20.04 | 1.83 | - |
| YUV | 76.5 | 84.84 | 250.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 0 | 0 | 0.98 | 1 | 0.03 | 0.97 | 1 | 0.49 |
| Hex | F8 | 4 | 0 | 0 | 62 | 64 | 3 | 1 | 64 | 31 |
| Octal | 370 | 4 | 0 | 0 | 142 | 144 | 3 | 1 | 144 | 61 |
| Binary | 11111000 | 100 | 0 | 0 | 1100010 | 1100100 | 11 | 1 | 1100100 | 110001 |
Color Harmonies of #F80400
Complementary color
Monochromatic Colors of #F80400
Black with #F80400
Text Example
Text Example
White with #F80400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80400; }
p { color: rgb(248,4,0); }
H1.HeaderClassName
{
color: #F80400;
}
.AnyTagClassName
{
color: #F80400;
}
</style>
background-color css
<style>
a { background-color: #F80400; }
a { background-color: rgb(248,4,0); }
div.DivClassName
{
background-color: #F80400;
}
.BgClassName
{
background-color: #F80400;
}
</style>
border-color css
<style>
span { border-color: #F80400; }
span { border-color: rgb(248,4,0); }
td.TdClassName
{
border-color: #F80400;
}
.TagClassName
{
border-color: #F80400;
}
</style>