Shades of Pale Magenta #FD80E5
Tints of Pale Magenta #FD80E5
RGB
CMYK
RGB Variations
Color information
#FD80E5 (or 0xFD80E5) is known color: Pale Magenta. HEX triplet: FD, 80 and E5. RGB value is (253,128,229). Sum of RGB (Red+Green+Blue) = 253+128+229=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80E5 is #027F1A. Grayscale: #B0B0B0. Windows color (decimal): -163611 or 15040765. OLE color: 15040765.
HSL color Cylindrical-coordinate representation of color #FD80E5: hue angle of 311.52º 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 #FD80E5 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 229 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.01 |
| HSL | 311.52º | 0.97% | 0.75% | - |
| HSV(B) | 311.52º | 0.49% | 0.99% | - |
| XYZ | 62.37 | 41.98 | 78.94 | - |
| YUV | 176.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 229 | 0 | 0.49 | 0.09 | 0.01 | 311.52 | 0.97 | 0.75 |
| Hex | FD | 80 | E5 | 0 | 31 | 9 | 1 | 138 | 61 | 4B |
| Octal | 375 | 200 | 345 | 0 | 61 | 11 | 1 | 470 | 141 | 113 |
| Binary | 11111101 | 10000000 | 11100101 | 0 | 110001 | 1001 | 1 | 100111000 | 1100001 | 1001011 |
Color Harmonies of #FD80E5
Complementary color
Monochromatic Colors of #FD80E5
Black with #FD80E5
Text Example
Text Example
White with #FD80E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD80E5; }
p { color: rgb(253,128,229); }
H1.HeaderClassName
{
color: #FD80E5;
}
.AnyTagClassName
{
color: #FD80E5;
}
</style>
background-color css
<style>
a { background-color: #FD80E5; }
a { background-color: rgb(253,128,229); }
div.DivClassName
{
background-color: #FD80E5;
}
.BgClassName
{
background-color: #FD80E5;
}
</style>
border-color css
<style>
span { border-color: #FD80E5; }
span { border-color: rgb(253,128,229); }
td.TdClassName
{
border-color: #FD80E5;
}
.TagClassName
{
border-color: #FD80E5;
}
</style>