Shades of Magenta #F50DEB
Tints of Magenta #F50DEB
RGB
CMYK
RGB Variations
Color information
#F50DEB (or 0xF50DEB) is known color: Magenta. HEX triplet: F5, 0D and EB. RGB value is (245,13,235). Sum of RGB (Red+Green+Blue) = 245+13+235=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 13 (5.47% from 255 or 2.64% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50DEB is #0AF214. Grayscale: #6B6B6B. Windows color (decimal): -717333 or 15404533. OLE color: 15404533.
HSL color Cylindrical-coordinate representation of color #F50DEB: hue angle of 302.59º 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 #F50DEB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 235 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.04 |
| HSL | 302.59º | 0.92% | 0.51% | - |
| HSV(B) | 302.59º | 0.95% | 0.96% | - |
| XYZ | 52.8 | 25.7 | 80.77 | - |
| YUV | 107.68 | 199.86 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 235 | 0 | 0.95 | 0.04 | 0.04 | 302.59 | 0.92 | 0.51 |
| Hex | F5 | D | EB | 0 | 5F | 4 | 4 | 12F | 5C | 33 |
| Octal | 365 | 15 | 353 | 0 | 137 | 4 | 4 | 457 | 134 | 63 |
| Binary | 11110101 | 1101 | 11101011 | 0 | 1011111 | 100 | 100 | 100101111 | 1011100 | 110011 |
Color Harmonies of #F50DEB
Complementary color
Monochromatic Colors of #F50DEB
Black with #F50DEB
Text Example
Text Example
White with #F50DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50DEB; }
p { color: rgb(245,13,235); }
H1.HeaderClassName
{
color: #F50DEB;
}
.AnyTagClassName
{
color: #F50DEB;
}
</style>
background-color css
<style>
a { background-color: #F50DEB; }
a { background-color: rgb(245,13,235); }
div.DivClassName
{
background-color: #F50DEB;
}
.BgClassName
{
background-color: #F50DEB;
}
</style>
border-color css
<style>
span { border-color: #F50DEB; }
span { border-color: rgb(245,13,235); }
td.TdClassName
{
border-color: #F50DEB;
}
.TagClassName
{
border-color: #F50DEB;
}
</style>