Shades of Red #F50A00
Tints of Red #F50A00
RGB
CMYK
RGB Variations
Color information
#F50A00 (or 0xF50A00) is known color: Red. HEX triplet: F5, 0A and 00. RGB value is (245,10,0). Sum of RGB (Red+Green+Blue) = 245+10+0=255 (33% of max value = 765). Red value is 245 (96.09% from 255 or 96.08% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50A00 is #0AF5FF. Grayscale: #4F4F4F. Windows color (decimal): -718336 or 2805. OLE color: 2805.
HSL color Cylindrical-coordinate representation of color #F50A00: hue angle of 2.45º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.04 |
| HSL | 2.45º | 1% | 0.48% | - |
| HSV(B) | 2.45º | 1% | 0.96% | - |
| XYZ | 37.76 | 19.63 | 1.8 | - |
| YUV | 79.13 | 83.36 | 246.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 0 | 0 | 0.96 | 1 | 0.04 | 2.45 | 1 | 0.48 |
| Hex | F5 | A | 0 | 0 | 60 | 64 | 4 | 2 | 64 | 30 |
| Octal | 365 | 12 | 0 | 0 | 140 | 144 | 4 | 2 | 144 | 60 |
| Binary | 11110101 | 1010 | 0 | 0 | 1100000 | 1100100 | 100 | 10 | 1100100 | 110000 |
Color Harmonies of #F50A00
Complementary color
Monochromatic Colors of #F50A00
Black with #F50A00
Text Example
Text Example
White with #F50A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50A00; }
p { color: rgb(245,10,0); }
H1.HeaderClassName
{
color: #F50A00;
}
.AnyTagClassName
{
color: #F50A00;
}
</style>
background-color css
<style>
a { background-color: #F50A00; }
a { background-color: rgb(245,10,0); }
div.DivClassName
{
background-color: #F50A00;
}
.BgClassName
{
background-color: #F50A00;
}
</style>
border-color css
<style>
span { border-color: #F50A00; }
span { border-color: rgb(245,10,0); }
td.TdClassName
{
border-color: #F50A00;
}
.TagClassName
{
border-color: #F50A00;
}
</style>