Shades of Red #F90C0B
Tints of Red #F90C0B
RGB
CMYK
RGB Variations
Color information
#F90C0B (or 0xF90C0B) is known color: Red. HEX triplet: F9, 0C and 0B. RGB value is (249,12,11). Sum of RGB (Red+Green+Blue) = 249+12+11=272 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.54% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90C0B is #06F3F4. Grayscale: #525252. Windows color (decimal): -455669 or 724217. OLE color: 724217.
HSL color Cylindrical-coordinate representation of color #F90C0B: hue angle of 0.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90C0B is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 11 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.02 |
| HSL | 0.25º | 0.95% | 0.51% | - |
| HSV(B) | 0.25º | 0.96% | 0.98% | - |
| XYZ | 39.26 | 20.43 | 2.19 | - |
| YUV | 82.75 | 87.52 | 246.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 11 | 0 | 0.95 | 0.96 | 0.02 | 0.25 | 0.95 | 0.51 |
| Hex | F9 | C | B | 0 | 5F | 60 | 2 | 0 | 5F | 33 |
| Octal | 371 | 14 | 13 | 0 | 137 | 140 | 2 | 0 | 137 | 63 |
| Binary | 11111001 | 1100 | 1011 | 0 | 1011111 | 1100000 | 10 | 0 | 1011111 | 110011 |
Color Harmonies of #F90C0B
Complementary color
Monochromatic Colors of #F90C0B
Black with #F90C0B
Text Example
Text Example
White with #F90C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90C0B; }
p { color: rgb(249,12,11); }
H1.HeaderClassName
{
color: #F90C0B;
}
.AnyTagClassName
{
color: #F90C0B;
}
</style>
background-color css
<style>
a { background-color: #F90C0B; }
a { background-color: rgb(249,12,11); }
div.DivClassName
{
background-color: #F90C0B;
}
.BgClassName
{
background-color: #F90C0B;
}
</style>
border-color css
<style>
span { border-color: #F90C0B; }
span { border-color: rgb(249,12,11); }
td.TdClassName
{
border-color: #F90C0B;
}
.TagClassName
{
border-color: #F90C0B;
}
</style>