Shades of Magenta #F50DFE
Tints of Magenta #F50DFE
RGB
CMYK
RGB Variations
Color information
#F50DFE (or 0xF50DFE) is known color: Magenta. HEX triplet: F5, 0D and FE. RGB value is (245,13,254). Sum of RGB (Red+Green+Blue) = 245+13+254=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 13 (5.47% from 255 or 2.54% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #F50DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50DFE is #0AF201. Grayscale: #6D6D6D. Windows color (decimal): -717314 or 16649717. OLE color: 16649717.
HSL color Cylindrical-coordinate representation of color #F50DFE: hue angle of 297.76º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50DFE is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 13 | 254 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.00 |
| HSL | 297.76º | 0.99% | 0.52% | - |
| HSV(B) | 297.76º | 0.95% | 1% | - |
| XYZ | 55.69 | 26.86 | 96.01 | - |
| YUV | 109.84 | 209.36 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 254 | 0.04 | 0.95 | 0 | 0.00 | 297.76 | 0.99 | 0.52 |
| Hex | F5 | D | FE | 4 | 5F | 0 | 0 | 12A | 63 | 34 |
| Octal | 365 | 15 | 376 | 4 | 137 | 0 | 0 | 452 | 143 | 64 |
| Binary | 11110101 | 1101 | 11111110 | 100 | 1011111 | 0 | 0 | 100101010 | 1100011 | 110100 |
Color Harmonies of #F50DFE
Complementary color
Monochromatic Colors of #F50DFE
Black with #F50DFE
Text Example
Text Example
White with #F50DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50DFE; }
p { color: rgb(245,13,254); }
H1.HeaderClassName
{
color: #F50DFE;
}
.AnyTagClassName
{
color: #F50DFE;
}
</style>
background-color css
<style>
a { background-color: #F50DFE; }
a { background-color: rgb(245,13,254); }
div.DivClassName
{
background-color: #F50DFE;
}
.BgClassName
{
background-color: #F50DFE;
}
</style>
border-color css
<style>
span { border-color: #F50DFE; }
span { border-color: rgb(245,13,254); }
td.TdClassName
{
border-color: #F50DFE;
}
.TagClassName
{
border-color: #F50DFE;
}
</style>