Shades of Pale Magenta #FE80D5
Tints of Pale Magenta #FE80D5
RGB
CMYK
RGB Variations
Color information
#FE80D5 (or 0xFE80D5) is known color: Pale Magenta. HEX triplet: FE, 80 and D5. RGB value is (254,128,213). Sum of RGB (Red+Green+Blue) = 254+128+213=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80D5 is #017F2A. Grayscale: #AFAFAF. Windows color (decimal): -98091 or 13992190. OLE color: 13992190.
HSL color Cylindrical-coordinate representation of color #FE80D5: hue angle of 319.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80D5 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 213 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.00 |
| HSL | 319.52º | 0.98% | 0.75% | - |
| HSV(B) | 319.52º | 0.5% | 1% | - |
| XYZ | 60.6 | 41.31 | 67.73 | - |
| YUV | 175.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 213 | 0 | 0.50 | 0.16 | 0.00 | 319.52 | 0.98 | 0.75 |
| Hex | FE | 80 | D5 | 0 | 32 | 10 | 0 | 140 | 62 | 4B |
| Octal | 376 | 200 | 325 | 0 | 62 | 20 | 0 | 500 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11010101 | 0 | 110010 | 10000 | 0 | 101000000 | 1100010 | 1001011 |
Color Harmonies of #FE80D5
Complementary color
Monochromatic Colors of #FE80D5
Black with #FE80D5
Text Example
Text Example
White with #FE80D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80D5; }
p { color: rgb(254,128,213); }
H1.HeaderClassName
{
color: #FE80D5;
}
.AnyTagClassName
{
color: #FE80D5;
}
</style>
background-color css
<style>
a { background-color: #FE80D5; }
a { background-color: rgb(254,128,213); }
div.DivClassName
{
background-color: #FE80D5;
}
.BgClassName
{
background-color: #FE80D5;
}
</style>
border-color css
<style>
span { border-color: #FE80D5; }
span { border-color: rgb(254,128,213); }
td.TdClassName
{
border-color: #FE80D5;
}
.TagClassName
{
border-color: #FE80D5;
}
</style>