Shades of Red #F50504
Tints of Red #F50504
RGB
CMYK
RGB Variations
Color information
#F50504 (or 0xF50504) is known color: Red. HEX triplet: F5, 05 and 04. RGB value is (245,5,4). Sum of RGB (Red+Green+Blue) = 245+5+4=254 (33% of max value = 765). Red value is 245 (96.09% from 255 or 96.46% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 245 - color contains mainly: red. Hex color #F50504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50504 is #0AFAFB. Grayscale: #4C4C4C. Windows color (decimal): -719612 or 263669. OLE color: 263669.
HSL color Cylindrical-coordinate representation of color #F50504: hue angle of 0.25º degrees, saturation: 0.97, 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 #F50504 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.04 |
| HSL | 0.25º | 0.97% | 0.49% | - |
| HSV(B) | 0.25º | 0.98% | 0.96% | - |
| XYZ | 37.73 | 19.53 | 1.9 | - |
| YUV | 76.65 | 87.01 | 248.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 4 | 0 | 0.98 | 0.98 | 0.04 | 0.25 | 0.97 | 0.49 |
| Hex | F5 | 5 | 4 | 0 | 62 | 62 | 4 | 0 | 61 | 31 |
| Octal | 365 | 5 | 4 | 0 | 142 | 142 | 4 | 0 | 141 | 61 |
| Binary | 11110101 | 101 | 100 | 0 | 1100010 | 1100010 | 100 | 0 | 1100001 | 110001 |
Color Harmonies of #F50504
Complementary color
Monochromatic Colors of #F50504
Black with #F50504
Text Example
Text Example
White with #F50504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50504; }
p { color: rgb(245,5,4); }
H1.HeaderClassName
{
color: #F50504;
}
.AnyTagClassName
{
color: #F50504;
}
</style>
background-color css
<style>
a { background-color: #F50504; }
a { background-color: rgb(245,5,4); }
div.DivClassName
{
background-color: #F50504;
}
.BgClassName
{
background-color: #F50504;
}
</style>
border-color css
<style>
span { border-color: #F50504; }
span { border-color: rgb(245,5,4); }
td.TdClassName
{
border-color: #F50504;
}
.TagClassName
{
border-color: #F50504;
}
</style>