Shades of Pale Magenta #FD81E5
Tints of Pale Magenta #FD81E5
RGB
CMYK
RGB Variations
Color information
#FD81E5 (or 0xFD81E5) is known color: Pale Magenta. HEX triplet: FD, 81 and E5. RGB value is (253,129,229). Sum of RGB (Red+Green+Blue) = 253+129+229=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 129 (50.78% from 255 or 21.11% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81E5 is #027E1A. Grayscale: #B1B1B1. Windows color (decimal): -163355 or 15041021. OLE color: 15041021.
HSL color Cylindrical-coordinate representation of color #FD81E5: hue angle of 311.61º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD81E5 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 229 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.01 |
| HSL | 311.61º | 0.97% | 0.75% | - |
| HSV(B) | 311.61º | 0.49% | 0.99% | - |
| XYZ | 62.5 | 42.24 | 78.99 | - |
| YUV | 177.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 229 | 0 | 0.49 | 0.09 | 0.01 | 311.61 | 0.97 | 0.75 |
| Hex | FD | 81 | E5 | 0 | 31 | 9 | 1 | 138 | 61 | 4B |
| Octal | 375 | 201 | 345 | 0 | 61 | 11 | 1 | 470 | 141 | 113 |
| Binary | 11111101 | 10000001 | 11100101 | 0 | 110001 | 1001 | 1 | 100111000 | 1100001 | 1001011 |
Color Harmonies of #FD81E5
Complementary color
Monochromatic Colors of #FD81E5
Black with #FD81E5
Text Example
Text Example
White with #FD81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD81E5; }
p { color: rgb(253,129,229); }
H1.HeaderClassName
{
color: #FD81E5;
}
.AnyTagClassName
{
color: #FD81E5;
}
</style>
background-color css
<style>
a { background-color: #FD81E5; }
a { background-color: rgb(253,129,229); }
div.DivClassName
{
background-color: #FD81E5;
}
.BgClassName
{
background-color: #FD81E5;
}
</style>
border-color css
<style>
span { border-color: #FD81E5; }
span { border-color: rgb(253,129,229); }
td.TdClassName
{
border-color: #FD81E5;
}
.TagClassName
{
border-color: #FD81E5;
}
</style>