Shades of Red #F50F09
Tints of Red #F50F09
RGB
CMYK
RGB Variations
Color information
#F50F09 (or 0xF50F09) is known color: Red. HEX triplet: F5, 0F and 09. RGB value is (245,15,9). Sum of RGB (Red+Green+Blue) = 245+15+9=269 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.08% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50F09 is #0AF0F6. Grayscale: #535353. Windows color (decimal): -717047 or 593909. OLE color: 593909.
HSL color Cylindrical-coordinate representation of color #F50F09: hue angle of 1.53º 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 #F50F09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.04 |
| HSL | 1.53º | 0.93% | 0.5% | - |
| HSV(B) | 1.53º | 0.96% | 0.96% | - |
| XYZ | 37.88 | 19.77 | 2.08 | - |
| YUV | 83.09 | 86.2 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 9 | 0 | 0.94 | 0.96 | 0.04 | 1.53 | 0.93 | 0.5 |
| Hex | F5 | F | 9 | 0 | 5E | 60 | 4 | 2 | 5D | 32 |
| Octal | 365 | 17 | 11 | 0 | 136 | 140 | 4 | 2 | 135 | 62 |
| Binary | 11110101 | 1111 | 1001 | 0 | 1011110 | 1100000 | 100 | 10 | 1011101 | 110010 |
Color Harmonies of #F50F09
Complementary color
Monochromatic Colors of #F50F09
Black with #F50F09
Text Example
Text Example
White with #F50F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F09; }
p { color: rgb(245,15,9); }
H1.HeaderClassName
{
color: #F50F09;
}
.AnyTagClassName
{
color: #F50F09;
}
</style>
background-color css
<style>
a { background-color: #F50F09; }
a { background-color: rgb(245,15,9); }
div.DivClassName
{
background-color: #F50F09;
}
.BgClassName
{
background-color: #F50F09;
}
</style>
border-color css
<style>
span { border-color: #F50F09; }
span { border-color: rgb(245,15,9); }
td.TdClassName
{
border-color: #F50F09;
}
.TagClassName
{
border-color: #F50F09;
}
</style>