Shades of Red #F50A06
Tints of Red #F50A06
RGB
CMYK
RGB Variations
Color information
#F50A06 (or 0xF50A06) is known color: Red. HEX triplet: F5, 0A and 06. RGB value is (245,10,6). Sum of RGB (Red+Green+Blue) = 245+10+6=261 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.87% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50A06 is #0AF5F9. Grayscale: #505050. Windows color (decimal): -718330 or 396021. OLE color: 396021.
HSL color Cylindrical-coordinate representation of color #F50A06: hue angle of 1º degrees, saturation: 0.95, 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 #F50A06 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 6 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.04 |
| HSL | 1º | 0.95% | 0.49% | - |
| HSV(B) | 1º | 0.98% | 0.96% | - |
| XYZ | 37.8 | 19.64 | 1.97 | - |
| YUV | 79.81 | 86.36 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 6 | 0 | 0.96 | 0.98 | 0.04 | 1 | 0.95 | 0.49 |
| Hex | F5 | A | 6 | 0 | 60 | 62 | 4 | 1 | 5F | 31 |
| Octal | 365 | 12 | 6 | 0 | 140 | 142 | 4 | 1 | 137 | 61 |
| Binary | 11110101 | 1010 | 110 | 0 | 1100000 | 1100010 | 100 | 1 | 1011111 | 110001 |
Color Harmonies of #F50A06
Complementary color
Monochromatic Colors of #F50A06
Black with #F50A06
Text Example
Text Example
White with #F50A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50A06; }
p { color: rgb(245,10,6); }
H1.HeaderClassName
{
color: #F50A06;
}
.AnyTagClassName
{
color: #F50A06;
}
</style>
background-color css
<style>
a { background-color: #F50A06; }
a { background-color: rgb(245,10,6); }
div.DivClassName
{
background-color: #F50A06;
}
.BgClassName
{
background-color: #F50A06;
}
</style>
border-color css
<style>
span { border-color: #F50A06; }
span { border-color: rgb(245,10,6); }
td.TdClassName
{
border-color: #F50A06;
}
.TagClassName
{
border-color: #F50A06;
}
</style>