Shades of Magenta #F50FFC
Tints of Magenta #F50FFC
RGB
CMYK
RGB Variations
Color information
#F50FFC (or 0xF50FFC) is known color: Magenta. HEX triplet: F5, 0F and FC. RGB value is (245,15,252). Sum of RGB (Red+Green+Blue) = 245+15+252=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 15 (6.25% from 255 or 2.93% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #F50FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50FFC is #0AF003. Grayscale: #6E6E6E. Windows color (decimal): -716804 or 16519157. OLE color: 16519157.
HSL color Cylindrical-coordinate representation of color #F50FFC: hue angle of 298.23º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FFC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 15 | 252 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.01 |
| HSL | 298.23º | 0.98% | 0.52% | - |
| HSV(B) | 298.23º | 0.94% | 0.99% | - |
| XYZ | 55.4 | 26.78 | 94.35 | - |
| YUV | 110.79 | 207.7 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 252 | 0.03 | 0.94 | 0 | 0.01 | 298.23 | 0.98 | 0.52 |
| Hex | F5 | F | FC | 3 | 5E | 0 | 1 | 12A | 62 | 34 |
| Octal | 365 | 17 | 374 | 3 | 136 | 0 | 1 | 452 | 142 | 64 |
| Binary | 11110101 | 1111 | 11111100 | 11 | 1011110 | 0 | 1 | 100101010 | 1100010 | 110100 |
Color Harmonies of #F50FFC
Complementary color
Monochromatic Colors of #F50FFC
Black with #F50FFC
Text Example
Text Example
White with #F50FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FFC; }
p { color: rgb(245,15,252); }
H1.HeaderClassName
{
color: #F50FFC;
}
.AnyTagClassName
{
color: #F50FFC;
}
</style>
background-color css
<style>
a { background-color: #F50FFC; }
a { background-color: rgb(245,15,252); }
div.DivClassName
{
background-color: #F50FFC;
}
.BgClassName
{
background-color: #F50FFC;
}
</style>
border-color css
<style>
span { border-color: #F50FFC; }
span { border-color: rgb(245,15,252); }
td.TdClassName
{
border-color: #F50FFC;
}
.TagClassName
{
border-color: #F50FFC;
}
</style>