Shades of Pale Magenta #F887D7
Tints of Pale Magenta #F887D7
RGB
CMYK
RGB Variations
Color information
#F887D7 (or 0xF887D7) is known color: Pale Magenta. HEX triplet: F8, 87 and D7. RGB value is (248,135,215). Sum of RGB (Red+Green+Blue) = 248+135+215=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 135 (53.12% from 255 or 22.58% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F887D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F887D7 is #077828. Grayscale: #B1B1B1. Windows color (decimal): -489513 or 14125048. OLE color: 14125048.
HSL color Cylindrical-coordinate representation of color #F887D7: hue angle of 317.52º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F887D7 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 135 | 215 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.03 |
| HSL | 317.52º | 0.89% | 0.75% | - |
| HSV(B) | 317.52º | 0.46% | 0.97% | - |
| XYZ | 59.64 | 42.19 | 69.29 | - |
| YUV | 177.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 135 | 215 | 0 | 0.46 | 0.13 | 0.03 | 317.52 | 0.89 | 0.75 |
| Hex | F8 | 87 | D7 | 0 | 2E | D | 3 | 13E | 59 | 4B |
| Octal | 370 | 207 | 327 | 0 | 56 | 15 | 3 | 476 | 131 | 113 |
| Binary | 11111000 | 10000111 | 11010111 | 0 | 101110 | 1101 | 11 | 100111110 | 1011001 | 1001011 |
Color Harmonies of #F887D7
Complementary color
Monochromatic Colors of #F887D7
Black with #F887D7
Text Example
Text Example
White with #F887D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F887D7; }
p { color: rgb(248,135,215); }
H1.HeaderClassName
{
color: #F887D7;
}
.AnyTagClassName
{
color: #F887D7;
}
</style>
background-color css
<style>
a { background-color: #F887D7; }
a { background-color: rgb(248,135,215); }
div.DivClassName
{
background-color: #F887D7;
}
.BgClassName
{
background-color: #F887D7;
}
</style>
border-color css
<style>
span { border-color: #F887D7; }
span { border-color: rgb(248,135,215); }
td.TdClassName
{
border-color: #F887D7;
}
.TagClassName
{
border-color: #F887D7;
}
</style>