Shades of Red #F00901
Tints of Red #F00901
RGB
CMYK
RGB Variations
Color information
#F00901 (or 0xF00901) is known color: Red. HEX triplet: F0, 09 and 01. RGB value is (240,9,1). Sum of RGB (Red+Green+Blue) = 240+9+1=250 (33% of max value = 765). Red value is 240 (94.14% from 255 or 96% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 240 - color contains mainly: red. Hex color #F00901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00901 is #0FF6FE. Grayscale: #4D4D4D. Windows color (decimal): -1046271 or 68080. OLE color: 68080.
HSL color Cylindrical-coordinate representation of color #F00901: hue angle of 2.01º 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 #F00901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.06 |
| HSL | 2.01º | 0.99% | 0.47% | - |
| HSV(B) | 2.01º | 1% | 0.94% | - |
| XYZ | 36.04 | 18.72 | 1.74 | - |
| YUV | 77.16 | 85.03 | 244.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 1 | 0 | 0.96 | 1.00 | 0.06 | 2.01 | 0.99 | 0.47 |
| Hex | F0 | 9 | 1 | 0 | 60 | 64 | 6 | 2 | 63 | 2F |
| Octal | 360 | 11 | 1 | 0 | 140 | 144 | 6 | 2 | 143 | 57 |
| Binary | 11110000 | 1001 | 1 | 0 | 1100000 | 1100100 | 110 | 10 | 1100011 | 101111 |
Color Harmonies of #F00901
Complementary color
Monochromatic Colors of #F00901
Black with #F00901
Text Example
Text Example
White with #F00901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00901; }
p { color: rgb(240,9,1); }
H1.HeaderClassName
{
color: #F00901;
}
.AnyTagClassName
{
color: #F00901;
}
</style>
background-color css
<style>
a { background-color: #F00901; }
a { background-color: rgb(240,9,1); }
div.DivClassName
{
background-color: #F00901;
}
.BgClassName
{
background-color: #F00901;
}
</style>
border-color css
<style>
span { border-color: #F00901; }
span { border-color: rgb(240,9,1); }
td.TdClassName
{
border-color: #F00901;
}
.TagClassName
{
border-color: #F00901;
}
</style>