Shades of Red #F50400
Tints of Red #F50400
RGB
CMYK
RGB Variations
Color information
#F50400 (or 0xF50400) is known color: Red. HEX triplet: F5, 04 and 00. RGB value is (245,4,0). Sum of RGB (Red+Green+Blue) = 245+4+0=249 (32% of max value = 765). Red value is 245 (96.09% from 255 or 98.39% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 245 - color contains mainly: red. Hex color #F50400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50400 is #0AFBFF. Grayscale: #4B4B4B. Windows color (decimal): -719872 or 1269. OLE color: 1269.
HSL color Cylindrical-coordinate representation of color #F50400: hue angle of 0.98º 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 #F50400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.04 |
| HSL | 0.98º | 1% | 0.48% | - |
| HSV(B) | 0.98º | 1% | 0.96% | - |
| XYZ | 37.7 | 19.5 | 1.78 | - |
| YUV | 75.6 | 85.34 | 248.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 0 | 0 | 0.98 | 1 | 0.04 | 0.98 | 1 | 0.48 |
| Hex | F5 | 4 | 0 | 0 | 62 | 64 | 4 | 1 | 64 | 30 |
| Octal | 365 | 4 | 0 | 0 | 142 | 144 | 4 | 1 | 144 | 60 |
| Binary | 11110101 | 100 | 0 | 0 | 1100010 | 1100100 | 100 | 1 | 1100100 | 110000 |
Color Harmonies of #F50400
Complementary color
Monochromatic Colors of #F50400
Black with #F50400
Text Example
Text Example
White with #F50400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50400; }
p { color: rgb(245,4,0); }
H1.HeaderClassName
{
color: #F50400;
}
.AnyTagClassName
{
color: #F50400;
}
</style>
background-color css
<style>
a { background-color: #F50400; }
a { background-color: rgb(245,4,0); }
div.DivClassName
{
background-color: #F50400;
}
.BgClassName
{
background-color: #F50400;
}
</style>
border-color css
<style>
span { border-color: #F50400; }
span { border-color: rgb(245,4,0); }
td.TdClassName
{
border-color: #F50400;
}
.TagClassName
{
border-color: #F50400;
}
</style>