Shades of Magenta #F50DED
Tints of Magenta #F50DED
RGB
CMYK
RGB Variations
Color information
#F50DED (or 0xF50DED) is known color: Magenta. HEX triplet: F5, 0D and ED. RGB value is (245,13,237). Sum of RGB (Red+Green+Blue) = 245+13+237=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 13 (5.47% from 255 or 2.63% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50DED is #0AF212. Grayscale: #6B6B6B. Windows color (decimal): -717331 or 15535605. OLE color: 15535605.
HSL color Cylindrical-coordinate representation of color #F50DED: hue angle of 302.07º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50DED is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 237 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.04 |
| HSL | 302.07º | 0.92% | 0.51% | - |
| HSV(B) | 302.07º | 0.95% | 0.96% | - |
| XYZ | 53.09 | 25.81 | 82.31 | - |
| YUV | 107.9 | 200.86 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 237 | 0 | 0.95 | 0.03 | 0.04 | 302.07 | 0.92 | 0.51 |
| Hex | F5 | D | ED | 0 | 5F | 3 | 4 | 12E | 5C | 33 |
| Octal | 365 | 15 | 355 | 0 | 137 | 3 | 4 | 456 | 134 | 63 |
| Binary | 11110101 | 1101 | 11101101 | 0 | 1011111 | 11 | 100 | 100101110 | 1011100 | 110011 |
Color Harmonies of #F50DED
Complementary color
Monochromatic Colors of #F50DED
Black with #F50DED
Text Example
Text Example
White with #F50DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50DED; }
p { color: rgb(245,13,237); }
H1.HeaderClassName
{
color: #F50DED;
}
.AnyTagClassName
{
color: #F50DED;
}
</style>
background-color css
<style>
a { background-color: #F50DED; }
a { background-color: rgb(245,13,237); }
div.DivClassName
{
background-color: #F50DED;
}
.BgClassName
{
background-color: #F50DED;
}
</style>
border-color css
<style>
span { border-color: #F50DED; }
span { border-color: rgb(245,13,237); }
td.TdClassName
{
border-color: #F50DED;
}
.TagClassName
{
border-color: #F50DED;
}
</style>