Shades of Red #F50A09
Tints of Red #F50A09
RGB
CMYK
RGB Variations
Color information
#F50A09 (or 0xF50A09) is known color: Red. HEX triplet: F5, 0A and 09. RGB value is (245,10,9). Sum of RGB (Red+Green+Blue) = 245+10+9=264 (34% of max value = 765). Red value is 245 (96.09% from 255 or 92.80% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50A09 is #0AF5F6. Grayscale: #505050. Windows color (decimal): -718327 or 592629. OLE color: 592629.
HSL color Cylindrical-coordinate representation of color #F50A09: hue angle of 0.25º 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 #F50A09 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.04 |
| HSL | 0.25º | 0.93% | 0.5% | - |
| HSV(B) | 0.25º | 0.96% | 0.96% | - |
| XYZ | 37.81 | 19.65 | 2.06 | - |
| YUV | 80.15 | 87.86 | 245.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 9 | 0 | 0.96 | 0.96 | 0.04 | 0.25 | 0.93 | 0.5 |
| Hex | F5 | A | 9 | 0 | 60 | 60 | 4 | 0 | 5D | 32 |
| Octal | 365 | 12 | 11 | 0 | 140 | 140 | 4 | 0 | 135 | 62 |
| Binary | 11110101 | 1010 | 1001 | 0 | 1100000 | 1100000 | 100 | 0 | 1011101 | 110010 |
Color Harmonies of #F50A09
Complementary color
Monochromatic Colors of #F50A09
Black with #F50A09
Text Example
Text Example
White with #F50A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50A09; }
p { color: rgb(245,10,9); }
H1.HeaderClassName
{
color: #F50A09;
}
.AnyTagClassName
{
color: #F50A09;
}
</style>
background-color css
<style>
a { background-color: #F50A09; }
a { background-color: rgb(245,10,9); }
div.DivClassName
{
background-color: #F50A09;
}
.BgClassName
{
background-color: #F50A09;
}
</style>
border-color css
<style>
span { border-color: #F50A09; }
span { border-color: rgb(245,10,9); }
td.TdClassName
{
border-color: #F50A09;
}
.TagClassName
{
border-color: #F50A09;
}
</style>