Shades of Red #F50B09
Tints of Red #F50B09
RGB
CMYK
RGB Variations
Color information
#F50B09 (or 0xF50B09) is known color: Red. HEX triplet: F5, 0B and 09. RGB value is (245,11,9). Sum of RGB (Red+Green+Blue) = 245+11+9=265 (35% of max value = 765). Red value is 245 (96.09% from 255 or 92.45% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50B09 is #0AF4F6. Grayscale: #505050. Windows color (decimal): -718071 or 592885. OLE color: 592885.
HSL color Cylindrical-coordinate representation of color #F50B09: hue angle of 0.51º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50B09 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.04 |
| HSL | 0.51º | 0.93% | 0.5% | - |
| HSV(B) | 0.51º | 0.96% | 0.96% | - |
| XYZ | 37.83 | 19.67 | 2.06 | - |
| YUV | 80.74 | 87.52 | 245.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 9 | 0 | 0.96 | 0.96 | 0.04 | 0.51 | 0.93 | 0.5 |
| Hex | F5 | B | 9 | 0 | 60 | 60 | 4 | 1 | 5D | 32 |
| Octal | 365 | 13 | 11 | 0 | 140 | 140 | 4 | 1 | 135 | 62 |
| Binary | 11110101 | 1011 | 1001 | 0 | 1100000 | 1100000 | 100 | 1 | 1011101 | 110010 |
Color Harmonies of #F50B09
Complementary color
Monochromatic Colors of #F50B09
Black with #F50B09
Text Example
Text Example
White with #F50B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50B09; }
p { color: rgb(245,11,9); }
H1.HeaderClassName
{
color: #F50B09;
}
.AnyTagClassName
{
color: #F50B09;
}
</style>
background-color css
<style>
a { background-color: #F50B09; }
a { background-color: rgb(245,11,9); }
div.DivClassName
{
background-color: #F50B09;
}
.BgClassName
{
background-color: #F50B09;
}
</style>
border-color css
<style>
span { border-color: #F50B09; }
span { border-color: rgb(245,11,9); }
td.TdClassName
{
border-color: #F50B09;
}
.TagClassName
{
border-color: #F50B09;
}
</style>