Shades of Pale Magenta #FE72EC
Tints of Pale Magenta #FE72EC
RGB
CMYK
RGB Variations
Color information
#FE72EC (or 0xFE72EC) is known color: Pale Magenta. HEX triplet: FE, 72 and EC. RGB value is (254,114,236). Sum of RGB (Red+Green+Blue) = 254+114+236=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 114 (44.92% from 255 or 18.87% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE72EC is #018D13. Grayscale: #A9A9A9. Windows color (decimal): -101652 or 15495934. OLE color: 15495934.
HSL color Cylindrical-coordinate representation of color #FE72EC: hue angle of 307.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE72EC is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 236 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.00 |
| HSL | 307.71º | 0.99% | 0.72% | - |
| HSV(B) | 307.71º | 0.55% | 1% | - |
| XYZ | 62.03 | 39.16 | 83.65 | - |
| YUV | 169.77 | 165.38 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 236 | 0 | 0.55 | 0.07 | 0.00 | 307.71 | 0.99 | 0.72 |
| Hex | FE | 72 | EC | 0 | 37 | 7 | 0 | 134 | 63 | 48 |
| Octal | 376 | 162 | 354 | 0 | 67 | 7 | 0 | 464 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11101100 | 0 | 110111 | 111 | 0 | 100110100 | 1100011 | 1001000 |
Color Harmonies of #FE72EC
Complementary color
Monochromatic Colors of #FE72EC
Black with #FE72EC
Text Example
Text Example
White with #FE72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72EC; }
p { color: rgb(254,114,236); }
H1.HeaderClassName
{
color: #FE72EC;
}
.AnyTagClassName
{
color: #FE72EC;
}
</style>
background-color css
<style>
a { background-color: #FE72EC; }
a { background-color: rgb(254,114,236); }
div.DivClassName
{
background-color: #FE72EC;
}
.BgClassName
{
background-color: #FE72EC;
}
</style>
border-color css
<style>
span { border-color: #FE72EC; }
span { border-color: rgb(254,114,236); }
td.TdClassName
{
border-color: #FE72EC;
}
.TagClassName
{
border-color: #FE72EC;
}
</style>