Shades of Magenta #F50CFF
Tints of Magenta #F50CFF
RGB
CMYK
RGB Variations
Color information
#F50CFF (or 0xF50CFF) is known color: Magenta. HEX triplet: F5, 0C and FF. RGB value is (245,12,255). Sum of RGB (Red+Green+Blue) = 245+12+255=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 12 (5.08% from 255 or 2.34% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #F50CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50CFF is #0AF300. Grayscale: #6C6C6C. Windows color (decimal): -717569 or 16714997. OLE color: 16714997.
HSL color Cylindrical-coordinate representation of color #F50CFF: hue angle of 297.53º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50CFF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 12 | 255 | - |
| CMYK | 0.04 | 0.95 | 0 | 0 |
| HSL | 297.53º | 1% | 0.52% | - |
| HSV(B) | 297.53º | 0.95% | 1% | - |
| XYZ | 55.84 | 26.9 | 96.86 | - |
| YUV | 109.37 | 210.19 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 255 | 0.04 | 0.95 | 0 | 0 | 297.53 | 1 | 0.52 |
| Hex | F5 | C | FF | 4 | 5F | 0 | 0 | 12A | 64 | 34 |
| Octal | 365 | 14 | 377 | 4 | 137 | 0 | 0 | 452 | 144 | 64 |
| Binary | 11110101 | 1100 | 11111111 | 100 | 1011111 | 0 | 0 | 100101010 | 1100100 | 110100 |
Color Harmonies of #F50CFF
Complementary color
Monochromatic Colors of #F50CFF
Black with #F50CFF
Text Example
Text Example
White with #F50CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CFF; }
p { color: rgb(245,12,255); }
H1.HeaderClassName
{
color: #F50CFF;
}
.AnyTagClassName
{
color: #F50CFF;
}
</style>
background-color css
<style>
a { background-color: #F50CFF; }
a { background-color: rgb(245,12,255); }
div.DivClassName
{
background-color: #F50CFF;
}
.BgClassName
{
background-color: #F50CFF;
}
</style>
border-color css
<style>
span { border-color: #F50CFF; }
span { border-color: rgb(245,12,255); }
td.TdClassName
{
border-color: #F50CFF;
}
.TagClassName
{
border-color: #F50CFF;
}
</style>