Shades of Red #F00903
Tints of Red #F00903
RGB
CMYK
RGB Variations
Color information
#F00903 (or 0xF00903) is known color: Red. HEX triplet: F0, 09 and 03. RGB value is (240,9,3). Sum of RGB (Red+Green+Blue) = 240+9+3=252 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.24% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 240 - color contains mainly: red. Hex color #F00903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00903 is #0FF6FC. Grayscale: #4D4D4D. Windows color (decimal): -1046269 or 199152. OLE color: 199152.
HSL color Cylindrical-coordinate representation of color #F00903: hue angle of 1.52º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.06 |
| HSL | 1.52º | 0.98% | 0.48% | - |
| HSV(B) | 1.52º | 0.99% | 0.94% | - |
| XYZ | 36.05 | 18.73 | 1.8 | - |
| YUV | 77.39 | 86.03 | 243.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 3 | 0 | 0.96 | 0.99 | 0.06 | 1.52 | 0.98 | 0.48 |
| Hex | F0 | 9 | 3 | 0 | 60 | 63 | 6 | 2 | 62 | 30 |
| Octal | 360 | 11 | 3 | 0 | 140 | 143 | 6 | 2 | 142 | 60 |
| Binary | 11110000 | 1001 | 11 | 0 | 1100000 | 1100011 | 110 | 10 | 1100010 | 110000 |
Color Harmonies of #F00903
Complementary color
Monochromatic Colors of #F00903
Black with #F00903
Text Example
Text Example
White with #F00903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00903; }
p { color: rgb(240,9,3); }
H1.HeaderClassName
{
color: #F00903;
}
.AnyTagClassName
{
color: #F00903;
}
</style>
background-color css
<style>
a { background-color: #F00903; }
a { background-color: rgb(240,9,3); }
div.DivClassName
{
background-color: #F00903;
}
.BgClassName
{
background-color: #F00903;
}
</style>
border-color css
<style>
span { border-color: #F00903; }
span { border-color: rgb(240,9,3); }
td.TdClassName
{
border-color: #F00903;
}
.TagClassName
{
border-color: #F00903;
}
</style>