Shades of Red #F50604
Tints of Red #F50604
RGB
CMYK
RGB Variations
Color information
#F50604 (or 0xF50604) is known color: Red. HEX triplet: F5, 06 and 04. RGB value is (245,6,4). Sum of RGB (Red+Green+Blue) = 245+6+4=255 (33% of max value = 765). Red value is 245 (96.09% from 255 or 96.08% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 245 - color contains mainly: red. Hex color #F50604 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50604 is #0AF9FB. Grayscale: #4D4D4D. Windows color (decimal): -719356 or 263925. OLE color: 263925.
HSL color Cylindrical-coordinate representation of color #F50604: hue angle of 0.5º 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 #F50604 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.04 |
| HSL | 0.5º | 0.97% | 0.49% | - |
| HSV(B) | 0.5º | 0.98% | 0.96% | - |
| XYZ | 37.74 | 19.55 | 1.9 | - |
| YUV | 77.23 | 86.68 | 247.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 4 | 0 | 0.98 | 0.98 | 0.04 | 0.5 | 0.97 | 0.49 |
| Hex | F5 | 6 | 4 | 0 | 62 | 62 | 4 | 0 | 61 | 31 |
| Octal | 365 | 6 | 4 | 0 | 142 | 142 | 4 | 0 | 141 | 61 |
| Binary | 11110101 | 110 | 100 | 0 | 1100010 | 1100010 | 100 | 0 | 1100001 | 110001 |
Color Harmonies of #F50604
Complementary color
Monochromatic Colors of #F50604
Black with #F50604
Text Example
Text Example
White with #F50604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50604; }
p { color: rgb(245,6,4); }
H1.HeaderClassName
{
color: #F50604;
}
.AnyTagClassName
{
color: #F50604;
}
</style>
background-color css
<style>
a { background-color: #F50604; }
a { background-color: rgb(245,6,4); }
div.DivClassName
{
background-color: #F50604;
}
.BgClassName
{
background-color: #F50604;
}
</style>
border-color css
<style>
span { border-color: #F50604; }
span { border-color: rgb(245,6,4); }
td.TdClassName
{
border-color: #F50604;
}
.TagClassName
{
border-color: #F50604;
}
</style>