Shades of Red #F90F03
Tints of Red #F90F03
RGB
CMYK
RGB Variations
Color information
#F90F03 (or 0xF90F03) is known color: Red. HEX triplet: F9, 0F and 03. RGB value is (249,15,3). Sum of RGB (Red+Green+Blue) = 249+15+3=267 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.26% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90F03 is #06F0FC. Grayscale: #535353. Windows color (decimal): -454909 or 200697. OLE color: 200697.
HSL color Cylindrical-coordinate representation of color #F90F03: hue angle of 2.93º 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 #F90F03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.02 |
| HSL | 2.93º | 0.98% | 0.49% | - |
| HSV(B) | 2.93º | 0.99% | 0.98% | - |
| XYZ | 39.25 | 20.49 | 1.97 | - |
| YUV | 83.6 | 82.52 | 245.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 3 | 0 | 0.94 | 0.99 | 0.02 | 2.93 | 0.98 | 0.49 |
| Hex | F9 | F | 3 | 0 | 5E | 63 | 2 | 3 | 62 | 31 |
| Octal | 371 | 17 | 3 | 0 | 136 | 143 | 2 | 3 | 142 | 61 |
| Binary | 11111001 | 1111 | 11 | 0 | 1011110 | 1100011 | 10 | 11 | 1100010 | 110001 |
Color Harmonies of #F90F03
Complementary color
Monochromatic Colors of #F90F03
Black with #F90F03
Text Example
Text Example
White with #F90F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F03; }
p { color: rgb(249,15,3); }
H1.HeaderClassName
{
color: #F90F03;
}
.AnyTagClassName
{
color: #F90F03;
}
</style>
background-color css
<style>
a { background-color: #F90F03; }
a { background-color: rgb(249,15,3); }
div.DivClassName
{
background-color: #F90F03;
}
.BgClassName
{
background-color: #F90F03;
}
</style>
border-color css
<style>
span { border-color: #F90F03; }
span { border-color: rgb(249,15,3); }
td.TdClassName
{
border-color: #F90F03;
}
.TagClassName
{
border-color: #F90F03;
}
</style>