Shades of Red #F90C03
Tints of Red #F90C03
RGB
CMYK
RGB Variations
Color information
#F90C03 (or 0xF90C03) is known color: Red. HEX triplet: F9, 0C and 03. RGB value is (249,12,3). Sum of RGB (Red+Green+Blue) = 249+12+3=264 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.32% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90C03 is #06F3FC. Grayscale: #525252. Windows color (decimal): -455677 or 199929. OLE color: 199929.
HSL color Cylindrical-coordinate representation of color #F90C03: hue angle of 2.2º 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 #F90C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.02 |
| HSL | 2.2º | 0.98% | 0.49% | - |
| HSV(B) | 2.2º | 0.99% | 0.98% | - |
| XYZ | 39.21 | 20.41 | 1.96 | - |
| YUV | 81.84 | 83.52 | 247.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 3 | 0 | 0.95 | 0.99 | 0.02 | 2.2 | 0.98 | 0.49 |
| Hex | F9 | C | 3 | 0 | 5F | 63 | 2 | 2 | 62 | 31 |
| Octal | 371 | 14 | 3 | 0 | 137 | 143 | 2 | 2 | 142 | 61 |
| Binary | 11111001 | 1100 | 11 | 0 | 1011111 | 1100011 | 10 | 10 | 1100010 | 110001 |
Color Harmonies of #F90C03
Complementary color
Monochromatic Colors of #F90C03
Black with #F90C03
Text Example
Text Example
White with #F90C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90C03; }
p { color: rgb(249,12,3); }
H1.HeaderClassName
{
color: #F90C03;
}
.AnyTagClassName
{
color: #F90C03;
}
</style>
background-color css
<style>
a { background-color: #F90C03; }
a { background-color: rgb(249,12,3); }
div.DivClassName
{
background-color: #F90C03;
}
.BgClassName
{
background-color: #F90C03;
}
</style>
border-color css
<style>
span { border-color: #F90C03; }
span { border-color: rgb(249,12,3); }
td.TdClassName
{
border-color: #F90C03;
}
.TagClassName
{
border-color: #F90C03;
}
</style>