Shades of Red #F50705
Tints of Red #F50705
RGB
CMYK
RGB Variations
Color information
#F50705 (or 0xF50705) is known color: Red. HEX triplet: F5, 07 and 05. RGB value is (245,7,5). Sum of RGB (Red+Green+Blue) = 245+7+5=257 (34% of max value = 765). Red value is 245 (96.09% from 255 or 95.33% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 245 - color contains mainly: red. Hex color #F50705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50705 is #0AF8FA. Grayscale: #4E4E4E. Windows color (decimal): -719099 or 329717. OLE color: 329717.
HSL color Cylindrical-coordinate representation of color #F50705: hue angle of 0.5º 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 #F50705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.04 |
| HSL | 0.5º | 0.96% | 0.49% | - |
| HSV(B) | 0.5º | 0.98% | 0.96% | - |
| XYZ | 37.76 | 19.58 | 1.93 | - |
| YUV | 77.93 | 86.85 | 247.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 5 | 0 | 0.97 | 0.98 | 0.04 | 0.5 | 0.96 | 0.49 |
| Hex | F5 | 7 | 5 | 0 | 61 | 62 | 4 | 0 | 60 | 31 |
| Octal | 365 | 7 | 5 | 0 | 141 | 142 | 4 | 0 | 140 | 61 |
| Binary | 11110101 | 111 | 101 | 0 | 1100001 | 1100010 | 100 | 0 | 1100000 | 110001 |
Color Harmonies of #F50705
Complementary color
Monochromatic Colors of #F50705
Black with #F50705
Text Example
Text Example
White with #F50705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50705; }
p { color: rgb(245,7,5); }
H1.HeaderClassName
{
color: #F50705;
}
.AnyTagClassName
{
color: #F50705;
}
</style>
background-color css
<style>
a { background-color: #F50705; }
a { background-color: rgb(245,7,5); }
div.DivClassName
{
background-color: #F50705;
}
.BgClassName
{
background-color: #F50705;
}
</style>
border-color css
<style>
span { border-color: #F50705; }
span { border-color: rgb(245,7,5); }
td.TdClassName
{
border-color: #F50705;
}
.TagClassName
{
border-color: #F50705;
}
</style>