Shades of Pale Magenta #FE72ED
Tints of Pale Magenta #FE72ED
RGB
CMYK
RGB Variations
Color information
#FE72ED (or 0xFE72ED) is known color: Pale Magenta. HEX triplet: FE, 72 and ED. RGB value is (254,114,237). Sum of RGB (Red+Green+Blue) = 254+114+237=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 114 (44.92% from 255 or 18.84% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE72ED is #018D12. Grayscale: #A9A9A9. Windows color (decimal): -101651 or 15561470. OLE color: 15561470.
HSL color Cylindrical-coordinate representation of color #FE72ED: hue angle of 307.29º 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 #FE72ED is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 237 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.00 |
| HSL | 307.29º | 0.99% | 0.72% | - |
| HSV(B) | 307.29º | 0.55% | 1% | - |
| XYZ | 62.18 | 39.22 | 84.41 | - |
| YUV | 169.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 237 | 0 | 0.55 | 0.07 | 0.00 | 307.29 | 0.99 | 0.72 |
| Hex | FE | 72 | ED | 0 | 37 | 7 | 0 | 133 | 63 | 48 |
| Octal | 376 | 162 | 355 | 0 | 67 | 7 | 0 | 463 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11101101 | 0 | 110111 | 111 | 0 | 100110011 | 1100011 | 1001000 |
Color Harmonies of #FE72ED
Complementary color
Monochromatic Colors of #FE72ED
Black with #FE72ED
Text Example
Text Example
White with #FE72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72ED; }
p { color: rgb(254,114,237); }
H1.HeaderClassName
{
color: #FE72ED;
}
.AnyTagClassName
{
color: #FE72ED;
}
</style>
background-color css
<style>
a { background-color: #FE72ED; }
a { background-color: rgb(254,114,237); }
div.DivClassName
{
background-color: #FE72ED;
}
.BgClassName
{
background-color: #FE72ED;
}
</style>
border-color css
<style>
span { border-color: #FE72ED; }
span { border-color: rgb(254,114,237); }
td.TdClassName
{
border-color: #FE72ED;
}
.TagClassName
{
border-color: #FE72ED;
}
</style>