Shades of Pale Magenta #FE87F0
Tints of Pale Magenta #FE87F0
RGB
CMYK
RGB Variations
Color information
#FE87F0 (or 0xFE87F0) is known color: Pale Magenta. HEX triplet: FE, 87 and F0. RGB value is (254,135,240). Sum of RGB (Red+Green+Blue) = 254+135+240=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 135 (53.12% from 255 or 21.46% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE87F0 is #01780F. Grayscale: #B6B6B6. Windows color (decimal): -96272 or 15763454. OLE color: 15763454.
HSL color Cylindrical-coordinate representation of color #FE87F0: hue angle of 307.06º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE87F0 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 240 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.00 |
| HSL | 307.06º | 0.98% | 0.76% | - |
| HSV(B) | 307.06º | 0.47% | 1% | - |
| XYZ | 65.27 | 44.69 | 87.62 | - |
| YUV | 182.55 | 160.42 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 240 | 0 | 0.47 | 0.06 | 0.00 | 307.06 | 0.98 | 0.76 |
| Hex | FE | 87 | F0 | 0 | 2F | 6 | 0 | 133 | 62 | 4C |
| Octal | 376 | 207 | 360 | 0 | 57 | 6 | 0 | 463 | 142 | 114 |
| Binary | 11111110 | 10000111 | 11110000 | 0 | 101111 | 110 | 0 | 100110011 | 1100010 | 1001100 |
Color Harmonies of #FE87F0
Complementary color
Monochromatic Colors of #FE87F0
Black with #FE87F0
Text Example
Text Example
White with #FE87F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE87F0; }
p { color: rgb(254,135,240); }
H1.HeaderClassName
{
color: #FE87F0;
}
.AnyTagClassName
{
color: #FE87F0;
}
</style>
background-color css
<style>
a { background-color: #FE87F0; }
a { background-color: rgb(254,135,240); }
div.DivClassName
{
background-color: #FE87F0;
}
.BgClassName
{
background-color: #FE87F0;
}
</style>
border-color css
<style>
span { border-color: #FE87F0; }
span { border-color: rgb(254,135,240); }
td.TdClassName
{
border-color: #FE87F0;
}
.TagClassName
{
border-color: #FE87F0;
}
</style>