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