Shades of Hot Magenta #F50FE0
Tints of Hot Magenta #F50FE0
RGB
CMYK
RGB Variations
Color information
#F50FE0 (or 0xF50FE0) is known color: Hot Magenta. HEX triplet: F5, 0F and E0. RGB value is (245,15,224). Sum of RGB (Red+Green+Blue) = 245+15+224=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FE0 is #0AF01F. Grayscale: #6A6A6A. Windows color (decimal): -716832 or 14684149. OLE color: 14684149.
HSL color Cylindrical-coordinate representation of color #F50FE0: hue angle of 305.48º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FE0 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 224 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.04 |
| HSL | 305.48º | 0.92% | 0.51% | - |
| HSV(B) | 305.48º | 0.94% | 0.96% | - |
| XYZ | 51.28 | 25.14 | 72.67 | - |
| YUV | 107.6 | 193.7 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 224 | 0 | 0.94 | 0.09 | 0.04 | 305.48 | 0.92 | 0.51 |
| Hex | F5 | F | E0 | 0 | 5E | 9 | 4 | 131 | 5C | 33 |
| Octal | 365 | 17 | 340 | 0 | 136 | 11 | 4 | 461 | 134 | 63 |
| Binary | 11110101 | 1111 | 11100000 | 0 | 1011110 | 1001 | 100 | 100110001 | 1011100 | 110011 |
Color Harmonies of #F50FE0
Complementary color
Monochromatic Colors of #F50FE0
Black with #F50FE0
Text Example
Text Example
White with #F50FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FE0; }
p { color: rgb(245,15,224); }
H1.HeaderClassName
{
color: #F50FE0;
}
.AnyTagClassName
{
color: #F50FE0;
}
</style>
background-color css
<style>
a { background-color: #F50FE0; }
a { background-color: rgb(245,15,224); }
div.DivClassName
{
background-color: #F50FE0;
}
.BgClassName
{
background-color: #F50FE0;
}
</style>
border-color css
<style>
span { border-color: #F50FE0; }
span { border-color: rgb(245,15,224); }
td.TdClassName
{
border-color: #F50FE0;
}
.TagClassName
{
border-color: #F50FE0;
}
</style>