Shades of Magenta #F50BE5
Tints of Magenta #F50BE5
RGB
CMYK
RGB Variations
Color information
#F50BE5 (or 0xF50BE5) is known color: Magenta. HEX triplet: F5, 0B and E5. RGB value is (245,11,229). Sum of RGB (Red+Green+Blue) = 245+11+229=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 11 (4.69% from 255 or 2.27% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50BE5 is #0AF41A. Grayscale: #696969. Windows color (decimal): -717851 or 15010805. OLE color: 15010805.
HSL color Cylindrical-coordinate representation of color #F50BE5: hue angle of 304.1º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50BE5 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 229 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.04 |
| HSL | 304.1º | 0.92% | 0.5% | - |
| HSV(B) | 304.1º | 0.96% | 0.96% | - |
| XYZ | 51.92 | 25.31 | 76.28 | - |
| YUV | 105.82 | 197.52 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 229 | 0 | 0.96 | 0.07 | 0.04 | 304.1 | 0.92 | 0.5 |
| Hex | F5 | B | E5 | 0 | 60 | 7 | 4 | 130 | 5C | 32 |
| Octal | 365 | 13 | 345 | 0 | 140 | 7 | 4 | 460 | 134 | 62 |
| Binary | 11110101 | 1011 | 11100101 | 0 | 1100000 | 111 | 100 | 100110000 | 1011100 | 110010 |
Color Harmonies of #F50BE5
Complementary color
Monochromatic Colors of #F50BE5
Black with #F50BE5
Text Example
Text Example
White with #F50BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BE5; }
p { color: rgb(245,11,229); }
H1.HeaderClassName
{
color: #F50BE5;
}
.AnyTagClassName
{
color: #F50BE5;
}
</style>
background-color css
<style>
a { background-color: #F50BE5; }
a { background-color: rgb(245,11,229); }
div.DivClassName
{
background-color: #F50BE5;
}
.BgClassName
{
background-color: #F50BE5;
}
</style>
border-color css
<style>
span { border-color: #F50BE5; }
span { border-color: rgb(245,11,229); }
td.TdClassName
{
border-color: #F50BE5;
}
.TagClassName
{
border-color: #F50BE5;
}
</style>