Shades of Red #F50A07
Tints of Red #F50A07
RGB
CMYK
RGB Variations
Color information
#F50A07 (or 0xF50A07) is known color: Red. HEX triplet: F5, 0A and 07. RGB value is (245,10,7). Sum of RGB (Red+Green+Blue) = 245+10+7=262 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.51% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50A07 is #0AF5F8. Grayscale: #505050. Windows color (decimal): -718329 or 461557. OLE color: 461557.
HSL color Cylindrical-coordinate representation of color #F50A07: hue angle of 0.76º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50A07 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.04 |
| HSL | 0.76º | 0.94% | 0.49% | - |
| HSV(B) | 0.76º | 0.97% | 0.96% | - |
| XYZ | 37.8 | 19.64 | 2 | - |
| YUV | 79.92 | 86.86 | 245.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 7 | 0 | 0.96 | 0.97 | 0.04 | 0.76 | 0.94 | 0.49 |
| Hex | F5 | A | 7 | 0 | 60 | 61 | 4 | 1 | 5E | 31 |
| Octal | 365 | 12 | 7 | 0 | 140 | 141 | 4 | 1 | 136 | 61 |
| Binary | 11110101 | 1010 | 111 | 0 | 1100000 | 1100001 | 100 | 1 | 1011110 | 110001 |
Color Harmonies of #F50A07
Complementary color
Monochromatic Colors of #F50A07
Black with #F50A07
Text Example
Text Example
White with #F50A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50A07; }
p { color: rgb(245,10,7); }
H1.HeaderClassName
{
color: #F50A07;
}
.AnyTagClassName
{
color: #F50A07;
}
</style>
background-color css
<style>
a { background-color: #F50A07; }
a { background-color: rgb(245,10,7); }
div.DivClassName
{
background-color: #F50A07;
}
.BgClassName
{
background-color: #F50A07;
}
</style>
border-color css
<style>
span { border-color: #F50A07; }
span { border-color: rgb(245,10,7); }
td.TdClassName
{
border-color: #F50A07;
}
.TagClassName
{
border-color: #F50A07;
}
</style>