Shades of Red #F50605
Tints of Red #F50605
RGB
CMYK
RGB Variations
Color information
#F50605 (or 0xF50605) is known color: Red. HEX triplet: F5, 06 and 05. RGB value is (245,6,5). Sum of RGB (Red+Green+Blue) = 245+6+5=256 (33% of max value = 765). Red value is 245 (96.09% from 255 or 95.70% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 245 - color contains mainly: red. Hex color #F50605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50605 is #0AF9FA. Grayscale: #4D4D4D. Windows color (decimal): -719355 or 329461. OLE color: 329461.
HSL color Cylindrical-coordinate representation of color #F50605: hue angle of 0.25º 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 #F50605 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.04 |
| HSL | 0.25º | 0.96% | 0.49% | - |
| HSV(B) | 0.25º | 0.98% | 0.96% | - |
| XYZ | 37.75 | 19.55 | 1.93 | - |
| YUV | 77.35 | 87.18 | 247.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 5 | 0 | 0.98 | 0.98 | 0.04 | 0.25 | 0.96 | 0.49 |
| Hex | F5 | 6 | 5 | 0 | 62 | 62 | 4 | 0 | 60 | 31 |
| Octal | 365 | 6 | 5 | 0 | 142 | 142 | 4 | 0 | 140 | 61 |
| Binary | 11110101 | 110 | 101 | 0 | 1100010 | 1100010 | 100 | 0 | 1100000 | 110001 |
Color Harmonies of #F50605
Complementary color
Monochromatic Colors of #F50605
Black with #F50605
Text Example
Text Example
White with #F50605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50605; }
p { color: rgb(245,6,5); }
H1.HeaderClassName
{
color: #F50605;
}
.AnyTagClassName
{
color: #F50605;
}
</style>
background-color css
<style>
a { background-color: #F50605; }
a { background-color: rgb(245,6,5); }
div.DivClassName
{
background-color: #F50605;
}
.BgClassName
{
background-color: #F50605;
}
</style>
border-color css
<style>
span { border-color: #F50605; }
span { border-color: rgb(245,6,5); }
td.TdClassName
{
border-color: #F50605;
}
.TagClassName
{
border-color: #F50605;
}
</style>