Shades of Magenta #F50FFF
Tints of Magenta #F50FFF
RGB
CMYK
RGB Variations
Color information
#F50FFF (or 0xF50FFF) is known color: Magenta. HEX triplet: F5, 0F and FF. RGB value is (245,15,255). Sum of RGB (Red+Green+Blue) = 245+15+255=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 15 (6.25% from 255 or 2.91% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #F50FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50FFF is #0AF000. Grayscale: #6E6E6E. Windows color (decimal): -716801 or 16715765. OLE color: 16715765.
HSL color Cylindrical-coordinate representation of color #F50FFF: hue angle of 297.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FFF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 15 | 255 | - |
| CMYK | 0.04 | 0.94 | 0 | 0 |
| HSL | 297.5º | 1% | 0.53% | - |
| HSV(B) | 297.5º | 0.94% | 1% | - |
| XYZ | 55.88 | 26.97 | 96.87 | - |
| YUV | 111.13 | 209.2 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 255 | 0.04 | 0.94 | 0 | 0 | 297.5 | 1 | 0.53 |
| Hex | F5 | F | FF | 4 | 5E | 0 | 0 | 12A | 64 | 35 |
| Octal | 365 | 17 | 377 | 4 | 136 | 0 | 0 | 452 | 144 | 65 |
| Binary | 11110101 | 1111 | 11111111 | 100 | 1011110 | 0 | 0 | 100101010 | 1100100 | 110101 |
Color Harmonies of #F50FFF
Complementary color
Monochromatic Colors of #F50FFF
Black with #F50FFF
Text Example
Text Example
White with #F50FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FFF; }
p { color: rgb(245,15,255); }
H1.HeaderClassName
{
color: #F50FFF;
}
.AnyTagClassName
{
color: #F50FFF;
}
</style>
background-color css
<style>
a { background-color: #F50FFF; }
a { background-color: rgb(245,15,255); }
div.DivClassName
{
background-color: #F50FFF;
}
.BgClassName
{
background-color: #F50FFF;
}
</style>
border-color css
<style>
span { border-color: #F50FFF; }
span { border-color: rgb(245,15,255); }
td.TdClassName
{
border-color: #F50FFF;
}
.TagClassName
{
border-color: #F50FFF;
}
</style>