Shades of Red #F90A03
Tints of Red #F90A03
RGB
CMYK
RGB Variations
Color information
#F90A03 (or 0xF90A03) is known color: Red. HEX triplet: F9, 0A and 03. RGB value is (249,10,3). Sum of RGB (Red+Green+Blue) = 249+10+3=262 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.04% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90A03 is #06F5FC. Grayscale: #505050. Windows color (decimal): -456189 or 199417. OLE color: 199417.
HSL color Cylindrical-coordinate representation of color #F90A03: hue angle of 1.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90A03 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.02 |
| HSL | 1.71º | 0.98% | 0.49% | - |
| HSV(B) | 1.71º | 0.99% | 0.98% | - |
| XYZ | 39.19 | 20.36 | 1.95 | - |
| YUV | 80.66 | 84.18 | 248.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 3 | 0 | 0.96 | 0.99 | 0.02 | 1.71 | 0.98 | 0.49 |
| Hex | F9 | A | 3 | 0 | 60 | 63 | 2 | 2 | 62 | 31 |
| Octal | 371 | 12 | 3 | 0 | 140 | 143 | 2 | 2 | 142 | 61 |
| Binary | 11111001 | 1010 | 11 | 0 | 1100000 | 1100011 | 10 | 10 | 1100010 | 110001 |
Color Harmonies of #F90A03
Complementary color
Monochromatic Colors of #F90A03
Black with #F90A03
Text Example
Text Example
White with #F90A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A03; }
p { color: rgb(249,10,3); }
H1.HeaderClassName
{
color: #F90A03;
}
.AnyTagClassName
{
color: #F90A03;
}
</style>
background-color css
<style>
a { background-color: #F90A03; }
a { background-color: rgb(249,10,3); }
div.DivClassName
{
background-color: #F90A03;
}
.BgClassName
{
background-color: #F90A03;
}
</style>
border-color css
<style>
span { border-color: #F90A03; }
span { border-color: rgb(249,10,3); }
td.TdClassName
{
border-color: #F90A03;
}
.TagClassName
{
border-color: #F90A03;
}
</style>