Shades of Red #F50C02
Tints of Red #F50C02
RGB
CMYK
RGB Variations
Color information
#F50C02 (or 0xF50C02) is known color: Red. HEX triplet: F5, 0C and 02. RGB value is (245,12,2). Sum of RGB (Red+Green+Blue) = 245+12+2=259 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.59% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 245 - color contains mainly: red. Hex color #F50C02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50C02 is #0AF3FD. Grayscale: #505050. Windows color (decimal): -717822 or 134389. OLE color: 134389.
HSL color Cylindrical-coordinate representation of color #F50C02: hue angle of 2.47º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50C02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.04 |
| HSL | 2.47º | 0.98% | 0.48% | - |
| HSV(B) | 2.47º | 0.99% | 0.96% | - |
| XYZ | 37.8 | 19.68 | 1.86 | - |
| YUV | 80.53 | 83.69 | 245.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 2 | 0 | 0.95 | 0.99 | 0.04 | 2.47 | 0.98 | 0.48 |
| Hex | F5 | C | 2 | 0 | 5F | 63 | 4 | 2 | 62 | 30 |
| Octal | 365 | 14 | 2 | 0 | 137 | 143 | 4 | 2 | 142 | 60 |
| Binary | 11110101 | 1100 | 10 | 0 | 1011111 | 1100011 | 100 | 10 | 1100010 | 110000 |
Color Harmonies of #F50C02
Complementary color
Monochromatic Colors of #F50C02
Black with #F50C02
Text Example
Text Example
White with #F50C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50C02; }
p { color: rgb(245,12,2); }
H1.HeaderClassName
{
color: #F50C02;
}
.AnyTagClassName
{
color: #F50C02;
}
</style>
background-color css
<style>
a { background-color: #F50C02; }
a { background-color: rgb(245,12,2); }
div.DivClassName
{
background-color: #F50C02;
}
.BgClassName
{
background-color: #F50C02;
}
</style>
border-color css
<style>
span { border-color: #F50C02; }
span { border-color: rgb(245,12,2); }
td.TdClassName
{
border-color: #F50C02;
}
.TagClassName
{
border-color: #F50C02;
}
</style>