Shades of Pale Magenta #FE72E5
Tints of Pale Magenta #FE72E5
RGB
CMYK
RGB Variations
Color information
#FE72E5 (or 0xFE72E5) is known color: Pale Magenta. HEX triplet: FE, 72 and E5. RGB value is (254,114,229). Sum of RGB (Red+Green+Blue) = 254+114+229=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 114 (44.92% from 255 or 19.10% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72E5 is #018D1A. Grayscale: #A8A8A8. Windows color (decimal): -101659 or 15037182. OLE color: 15037182.
HSL color Cylindrical-coordinate representation of color #FE72E5: hue angle of 310.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 #FE72E5 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 229 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.00 |
| HSL | 310.71º | 0.99% | 0.72% | - |
| HSV(B) | 310.71º | 0.55% | 1% | - |
| XYZ | 61.03 | 38.76 | 78.39 | - |
| YUV | 168.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 229 | 0 | 0.55 | 0.10 | 0.00 | 310.71 | 0.99 | 0.72 |
| Hex | FE | 72 | E5 | 0 | 37 | A | 0 | 137 | 63 | 48 |
| Octal | 376 | 162 | 345 | 0 | 67 | 12 | 0 | 467 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11100101 | 0 | 110111 | 1010 | 0 | 100110111 | 1100011 | 1001000 |
Color Harmonies of #FE72E5
Complementary color
Monochromatic Colors of #FE72E5
Black with #FE72E5
Text Example
Text Example
White with #FE72E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72E5; }
p { color: rgb(254,114,229); }
H1.HeaderClassName
{
color: #FE72E5;
}
.AnyTagClassName
{
color: #FE72E5;
}
</style>
background-color css
<style>
a { background-color: #FE72E5; }
a { background-color: rgb(254,114,229); }
div.DivClassName
{
background-color: #FE72E5;
}
.BgClassName
{
background-color: #FE72E5;
}
</style>
border-color css
<style>
span { border-color: #FE72E5; }
span { border-color: rgb(254,114,229); }
td.TdClassName
{
border-color: #FE72E5;
}
.TagClassName
{
border-color: #FE72E5;
}
</style>