Shades of Pale Magenta #FD81E1
Tints of Pale Magenta #FD81E1
RGB
CMYK
RGB Variations
Color information
#FD81E1 (or 0xFD81E1) is known color: Pale Magenta. HEX triplet: FD, 81 and E1. RGB value is (253,129,225). Sum of RGB (Red+Green+Blue) = 253+129+225=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81E1 is #027E1E. Grayscale: #B0B0B0. Windows color (decimal): -163359 or 14778877. OLE color: 14778877.
HSL color Cylindrical-coordinate representation of color #FD81E1: hue angle of 313.55º 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 #FD81E1 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 225 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.01 |
| HSL | 313.55º | 0.97% | 0.75% | - |
| HSV(B) | 313.55º | 0.49% | 0.99% | - |
| XYZ | 61.95 | 42.02 | 76.08 | - |
| YUV | 177.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 225 | 0 | 0.49 | 0.11 | 0.01 | 313.55 | 0.97 | 0.75 |
| Hex | FD | 81 | E1 | 0 | 31 | B | 1 | 13A | 61 | 4B |
| Octal | 375 | 201 | 341 | 0 | 61 | 13 | 1 | 472 | 141 | 113 |
| Binary | 11111101 | 10000001 | 11100001 | 0 | 110001 | 1011 | 1 | 100111010 | 1100001 | 1001011 |
Color Harmonies of #FD81E1
Complementary color
Monochromatic Colors of #FD81E1
Black with #FD81E1
Text Example
Text Example
White with #FD81E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD81E1; }
p { color: rgb(253,129,225); }
H1.HeaderClassName
{
color: #FD81E1;
}
.AnyTagClassName
{
color: #FD81E1;
}
</style>
background-color css
<style>
a { background-color: #FD81E1; }
a { background-color: rgb(253,129,225); }
div.DivClassName
{
background-color: #FD81E1;
}
.BgClassName
{
background-color: #FD81E1;
}
</style>
border-color css
<style>
span { border-color: #FD81E1; }
span { border-color: rgb(253,129,225); }
td.TdClassName
{
border-color: #FD81E1;
}
.TagClassName
{
border-color: #FD81E1;
}
</style>