Shades of Hot Magenta #F50FE3
Tints of Hot Magenta #F50FE3
RGB
CMYK
RGB Variations
Color information
#F50FE3 (or 0xF50FE3) is known color: Hot Magenta. HEX triplet: F5, 0F and E3. RGB value is (245,15,227). Sum of RGB (Red+Green+Blue) = 245+15+227=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 227 (89.06% from 255 or 46.61% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FE3 is #0AF01C. Grayscale: #6B6B6B. Windows color (decimal): -716829 or 14880757. OLE color: 14880757.
HSL color Cylindrical-coordinate representation of color #F50FE3: hue angle of 304.7º 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 #F50FE3 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 227 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.04 |
| HSL | 304.7º | 0.92% | 0.51% | - |
| HSV(B) | 304.7º | 0.94% | 0.96% | - |
| XYZ | 51.69 | 25.3 | 74.83 | - |
| YUV | 107.94 | 195.2 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 227 | 0 | 0.94 | 0.07 | 0.04 | 304.7 | 0.92 | 0.51 |
| Hex | F5 | F | E3 | 0 | 5E | 7 | 4 | 131 | 5C | 33 |
| Octal | 365 | 17 | 343 | 0 | 136 | 7 | 4 | 461 | 134 | 63 |
| Binary | 11110101 | 1111 | 11100011 | 0 | 1011110 | 111 | 100 | 100110001 | 1011100 | 110011 |
Color Harmonies of #F50FE3
Complementary color
Monochromatic Colors of #F50FE3
Black with #F50FE3
Text Example
Text Example
White with #F50FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FE3; }
p { color: rgb(245,15,227); }
H1.HeaderClassName
{
color: #F50FE3;
}
.AnyTagClassName
{
color: #F50FE3;
}
</style>
background-color css
<style>
a { background-color: #F50FE3; }
a { background-color: rgb(245,15,227); }
div.DivClassName
{
background-color: #F50FE3;
}
.BgClassName
{
background-color: #F50FE3;
}
</style>
border-color css
<style>
span { border-color: #F50FE3; }
span { border-color: rgb(245,15,227); }
td.TdClassName
{
border-color: #F50FE3;
}
.TagClassName
{
border-color: #F50FE3;
}
</style>