Shades of Hot Magenta #F50ED3
Tints of Hot Magenta #F50ED3
RGB
CMYK
RGB Variations
Color information
#F50ED3 (or 0xF50ED3) is known color: Hot Magenta. HEX triplet: F5, 0E and D3. RGB value is (245,14,211). Sum of RGB (Red+Green+Blue) = 245+14+211=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 14 (5.86% from 255 or 2.98% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F50ED3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50ED3 is #0AF12C. Grayscale: #686868. Windows color (decimal): -717101 or 13831925. OLE color: 13831925.
HSL color Cylindrical-coordinate representation of color #F50ED3: hue angle of 308.83º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50ED3 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 211 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.04 |
| HSL | 308.83º | 0.92% | 0.51% | - |
| HSV(B) | 308.83º | 0.94% | 0.96% | - |
| XYZ | 49.57 | 24.43 | 63.73 | - |
| YUV | 105.53 | 187.53 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 211 | 0 | 0.94 | 0.14 | 0.04 | 308.83 | 0.92 | 0.51 |
| Hex | F5 | E | D3 | 0 | 5E | E | 4 | 135 | 5C | 33 |
| Octal | 365 | 16 | 323 | 0 | 136 | 16 | 4 | 465 | 134 | 63 |
| Binary | 11110101 | 1110 | 11010011 | 0 | 1011110 | 1110 | 100 | 100110101 | 1011100 | 110011 |
Color Harmonies of #F50ED3
Complementary color
Monochromatic Colors of #F50ED3
Black with #F50ED3
Text Example
Text Example
White with #F50ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50ED3; }
p { color: rgb(245,14,211); }
H1.HeaderClassName
{
color: #F50ED3;
}
.AnyTagClassName
{
color: #F50ED3;
}
</style>
background-color css
<style>
a { background-color: #F50ED3; }
a { background-color: rgb(245,14,211); }
div.DivClassName
{
background-color: #F50ED3;
}
.BgClassName
{
background-color: #F50ED3;
}
</style>
border-color css
<style>
span { border-color: #F50ED3; }
span { border-color: rgb(245,14,211); }
td.TdClassName
{
border-color: #F50ED3;
}
.TagClassName
{
border-color: #F50ED3;
}
</style>