Shades of Hot Magenta #F50CE0
Tints of Hot Magenta #F50CE0
RGB
CMYK
RGB Variations
Color information
#F50CE0 (or 0xF50CE0) is known color: Hot Magenta. HEX triplet: F5, 0C and E0. RGB value is (245,12,224). Sum of RGB (Red+Green+Blue) = 245+12+224=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CE0 is #0AF31F. Grayscale: #696969. Windows color (decimal): -717600 or 14683381. OLE color: 14683381.
HSL color Cylindrical-coordinate representation of color #F50CE0: hue angle of 305.41º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50CE0 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 224 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.04 |
| HSL | 305.41º | 0.92% | 0.5% | - |
| HSV(B) | 305.41º | 0.95% | 0.96% | - |
| XYZ | 51.24 | 25.06 | 72.66 | - |
| YUV | 105.84 | 194.69 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 224 | 0 | 0.95 | 0.09 | 0.04 | 305.41 | 0.92 | 0.5 |
| Hex | F5 | C | E0 | 0 | 5F | 9 | 4 | 131 | 5C | 32 |
| Octal | 365 | 14 | 340 | 0 | 137 | 11 | 4 | 461 | 134 | 62 |
| Binary | 11110101 | 1100 | 11100000 | 0 | 1011111 | 1001 | 100 | 100110001 | 1011100 | 110010 |
Color Harmonies of #F50CE0
Complementary color
Monochromatic Colors of #F50CE0
Black with #F50CE0
Text Example
Text Example
White with #F50CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CE0; }
p { color: rgb(245,12,224); }
H1.HeaderClassName
{
color: #F50CE0;
}
.AnyTagClassName
{
color: #F50CE0;
}
</style>
background-color css
<style>
a { background-color: #F50CE0; }
a { background-color: rgb(245,12,224); }
div.DivClassName
{
background-color: #F50CE0;
}
.BgClassName
{
background-color: #F50CE0;
}
</style>
border-color css
<style>
span { border-color: #F50CE0; }
span { border-color: rgb(245,12,224); }
td.TdClassName
{
border-color: #F50CE0;
}
.TagClassName
{
border-color: #F50CE0;
}
</style>