Shades of Red #F00400
Tints of Red #F00400
RGB
CMYK
RGB Variations
Color information
#F00400 (or 0xF00400) is known color: Red. HEX triplet: F0, 04 and 00. RGB value is (240,4,0). Sum of RGB (Red+Green+Blue) = 240+4+0=244 (32% of max value = 765). Red value is 240 (94.14% from 255 or 98.36% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 240 - color contains mainly: red. Hex color #F00400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00400 is #0FFBFF. Grayscale: #4A4A4A. Windows color (decimal): -1047552 or 1264. OLE color: 1264.
HSL color Cylindrical-coordinate representation of color #F00400: hue angle of 1º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.06 |
| HSL | 1º | 1% | 0.47% | - |
| HSV(B) | 1º | 1% | 0.94% | - |
| XYZ | 35.98 | 18.61 | 1.7 | - |
| YUV | 74.11 | 86.19 | 246.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 0 | 0 | 0.98 | 1 | 0.06 | 1 | 1 | 0.47 |
| Hex | F0 | 4 | 0 | 0 | 62 | 64 | 6 | 1 | 64 | 2F |
| Octal | 360 | 4 | 0 | 0 | 142 | 144 | 6 | 1 | 144 | 57 |
| Binary | 11110000 | 100 | 0 | 0 | 1100010 | 1100100 | 110 | 1 | 1100100 | 101111 |
Color Harmonies of #F00400
Complementary color
Monochromatic Colors of #F00400
Black with #F00400
Text Example
Text Example
White with #F00400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00400; }
p { color: rgb(240,4,0); }
H1.HeaderClassName
{
color: #F00400;
}
.AnyTagClassName
{
color: #F00400;
}
</style>
background-color css
<style>
a { background-color: #F00400; }
a { background-color: rgb(240,4,0); }
div.DivClassName
{
background-color: #F00400;
}
.BgClassName
{
background-color: #F00400;
}
</style>
border-color css
<style>
span { border-color: #F00400; }
span { border-color: rgb(240,4,0); }
td.TdClassName
{
border-color: #F00400;
}
.TagClassName
{
border-color: #F00400;
}
</style>