Shades of Red #F00900
Tints of Red #F00900
RGB
CMYK
RGB Variations
Color information
#F00900 (or 0xF00900) is known color: Red. HEX triplet: F0, 09 and 00. RGB value is (240,9,0). Sum of RGB (Red+Green+Blue) = 240+9+0=249 (32% of max value = 765). Red value is 240 (94.14% from 255 or 96.39% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 240 - color contains mainly: red. Hex color #F00900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00900 is #0FF6FF. Grayscale: #4D4D4D. Windows color (decimal): -1046272 or 2544. OLE color: 2544.
HSL color Cylindrical-coordinate representation of color #F00900: hue angle of 2.25º 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 #F00900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.06 |
| HSL | 2.25º | 1% | 0.47% | - |
| HSV(B) | 2.25º | 1% | 0.94% | - |
| XYZ | 36.03 | 18.72 | 1.71 | - |
| YUV | 77.04 | 84.53 | 244.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 0 | 0 | 0.96 | 1 | 0.06 | 2.25 | 1 | 0.47 |
| Hex | F0 | 9 | 0 | 0 | 60 | 64 | 6 | 2 | 64 | 2F |
| Octal | 360 | 11 | 0 | 0 | 140 | 144 | 6 | 2 | 144 | 57 |
| Binary | 11110000 | 1001 | 0 | 0 | 1100000 | 1100100 | 110 | 10 | 1100100 | 101111 |
Color Harmonies of #F00900
Complementary color
Monochromatic Colors of #F00900
Black with #F00900
Text Example
Text Example
White with #F00900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00900; }
p { color: rgb(240,9,0); }
H1.HeaderClassName
{
color: #F00900;
}
.AnyTagClassName
{
color: #F00900;
}
</style>
background-color css
<style>
a { background-color: #F00900; }
a { background-color: rgb(240,9,0); }
div.DivClassName
{
background-color: #F00900;
}
.BgClassName
{
background-color: #F00900;
}
</style>
border-color css
<style>
span { border-color: #F00900; }
span { border-color: rgb(240,9,0); }
td.TdClassName
{
border-color: #F00900;
}
.TagClassName
{
border-color: #F00900;
}
</style>