Shades of Pale Magenta #FE71E5
Tints of Pale Magenta #FE71E5
RGB
CMYK
RGB Variations
Color information
#FE71E5 (or 0xFE71E5) is known color: Pale Magenta. HEX triplet: FE, 71 and E5. RGB value is (254,113,229). Sum of RGB (Red+Green+Blue) = 254+113+229=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 113 (44.53% from 255 or 18.96% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71E5 is #018E1A. Grayscale: #A8A8A8. Windows color (decimal): -101915 or 15036926. OLE color: 15036926.
HSL color Cylindrical-coordinate representation of color #FE71E5: hue angle of 310.64º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71E5 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 229 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.00 |
| HSL | 310.64º | 0.99% | 0.72% | - |
| HSV(B) | 310.64º | 0.56% | 1% | - |
| XYZ | 60.92 | 38.54 | 78.36 | - |
| YUV | 168.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 229 | 0 | 0.56 | 0.10 | 0.00 | 310.64 | 0.99 | 0.72 |
| Hex | FE | 71 | E5 | 0 | 38 | A | 0 | 137 | 63 | 48 |
| Octal | 376 | 161 | 345 | 0 | 70 | 12 | 0 | 467 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11100101 | 0 | 111000 | 1010 | 0 | 100110111 | 1100011 | 1001000 |
Color Harmonies of #FE71E5
Complementary color
Monochromatic Colors of #FE71E5
Black with #FE71E5
Text Example
Text Example
White with #FE71E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71E5; }
p { color: rgb(254,113,229); }
H1.HeaderClassName
{
color: #FE71E5;
}
.AnyTagClassName
{
color: #FE71E5;
}
</style>
background-color css
<style>
a { background-color: #FE71E5; }
a { background-color: rgb(254,113,229); }
div.DivClassName
{
background-color: #FE71E5;
}
.BgClassName
{
background-color: #FE71E5;
}
</style>
border-color css
<style>
span { border-color: #FE71E5; }
span { border-color: rgb(254,113,229); }
td.TdClassName
{
border-color: #FE71E5;
}
.TagClassName
{
border-color: #FE71E5;
}
</style>