Shades of Red #F50905
Tints of Red #F50905
RGB
CMYK
RGB Variations
Color information
#F50905 (or 0xF50905) is known color: Red. HEX triplet: F5, 09 and 05. RGB value is (245,9,5). Sum of RGB (Red+Green+Blue) = 245+9+5=259 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.59% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 245 - color contains mainly: red. Hex color #F50905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50905 is #0AF6FA. Grayscale: #4F4F4F. Windows color (decimal): -718587 or 330229. OLE color: 330229.
HSL color Cylindrical-coordinate representation of color #F50905: hue angle of 1º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.04 |
| HSL | 1º | 0.96% | 0.49% | - |
| HSV(B) | 1º | 0.98% | 0.96% | - |
| XYZ | 37.78 | 19.62 | 1.94 | - |
| YUV | 79.11 | 86.19 | 246.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 5 | 0 | 0.96 | 0.98 | 0.04 | 1 | 0.96 | 0.49 |
| Hex | F5 | 9 | 5 | 0 | 60 | 62 | 4 | 1 | 60 | 31 |
| Octal | 365 | 11 | 5 | 0 | 140 | 142 | 4 | 1 | 140 | 61 |
| Binary | 11110101 | 1001 | 101 | 0 | 1100000 | 1100010 | 100 | 1 | 1100000 | 110001 |
Color Harmonies of #F50905
Complementary color
Monochromatic Colors of #F50905
Black with #F50905
Text Example
Text Example
White with #F50905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50905; }
p { color: rgb(245,9,5); }
H1.HeaderClassName
{
color: #F50905;
}
.AnyTagClassName
{
color: #F50905;
}
</style>
background-color css
<style>
a { background-color: #F50905; }
a { background-color: rgb(245,9,5); }
div.DivClassName
{
background-color: #F50905;
}
.BgClassName
{
background-color: #F50905;
}
</style>
border-color css
<style>
span { border-color: #F50905; }
span { border-color: rgb(245,9,5); }
td.TdClassName
{
border-color: #F50905;
}
.TagClassName
{
border-color: #F50905;
}
</style>