Shades of Red #F00A01
Tints of Red #F00A01
RGB
CMYK
RGB Variations
Color information
#F00A01 (or 0xF00A01) is known color: Red. HEX triplet: F0, 0A and 01. RGB value is (240,10,1). Sum of RGB (Red+Green+Blue) = 240+10+1=251 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.62% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00A01 is #0FF5FE. Grayscale: #4E4E4E. Windows color (decimal): -1046015 or 68336. OLE color: 68336.
HSL color Cylindrical-coordinate representation of color #F00A01: hue angle of 2.26º 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 #F00A01 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.06 |
| HSL | 2.26º | 0.99% | 0.47% | - |
| HSV(B) | 2.26º | 1% | 0.94% | - |
| XYZ | 36.05 | 18.74 | 1.75 | - |
| YUV | 77.74 | 84.7 | 243.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 1 | 0 | 0.96 | 1.00 | 0.06 | 2.26 | 0.99 | 0.47 |
| Hex | F0 | A | 1 | 0 | 60 | 64 | 6 | 2 | 63 | 2F |
| Octal | 360 | 12 | 1 | 0 | 140 | 144 | 6 | 2 | 143 | 57 |
| Binary | 11110000 | 1010 | 1 | 0 | 1100000 | 1100100 | 110 | 10 | 1100011 | 101111 |
Color Harmonies of #F00A01
Complementary color
Monochromatic Colors of #F00A01
Black with #F00A01
Text Example
Text Example
White with #F00A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A01; }
p { color: rgb(240,10,1); }
H1.HeaderClassName
{
color: #F00A01;
}
.AnyTagClassName
{
color: #F00A01;
}
</style>
background-color css
<style>
a { background-color: #F00A01; }
a { background-color: rgb(240,10,1); }
div.DivClassName
{
background-color: #F00A01;
}
.BgClassName
{
background-color: #F00A01;
}
</style>
border-color css
<style>
span { border-color: #F00A01; }
span { border-color: rgb(240,10,1); }
td.TdClassName
{
border-color: #F00A01;
}
.TagClassName
{
border-color: #F00A01;
}
</style>