Shades of Pale Magenta #F987ED
Tints of Pale Magenta #F987ED
RGB
CMYK
RGB Variations
Color information
#F987ED (or 0xF987ED) is known color: Pale Magenta. HEX triplet: F9, 87 and ED. RGB value is (249,135,237). Sum of RGB (Red+Green+Blue) = 249+135+237=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 135 (53.12% from 255 or 21.74% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F987ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F987ED is #067812. Grayscale: #B4B4B4. Windows color (decimal): -423955 or 15566841. OLE color: 15566841.
HSL color Cylindrical-coordinate representation of color #F987ED: hue angle of 306.32º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F987ED is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 237 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.02 |
| HSL | 306.32º | 0.9% | 0.75% | - |
| HSV(B) | 306.32º | 0.46% | 0.98% | - |
| XYZ | 63.02 | 43.58 | 85.21 | - |
| YUV | 180.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 237 | 0 | 0.46 | 0.05 | 0.02 | 306.32 | 0.9 | 0.75 |
| Hex | F9 | 87 | ED | 0 | 2E | 5 | 2 | 132 | 5A | 4B |
| Octal | 371 | 207 | 355 | 0 | 56 | 5 | 2 | 462 | 132 | 113 |
| Binary | 11111001 | 10000111 | 11101101 | 0 | 101110 | 101 | 10 | 100110010 | 1011010 | 1001011 |
Color Harmonies of #F987ED
Complementary color
Monochromatic Colors of #F987ED
Black with #F987ED
Text Example
Text Example
White with #F987ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F987ED; }
p { color: rgb(249,135,237); }
H1.HeaderClassName
{
color: #F987ED;
}
.AnyTagClassName
{
color: #F987ED;
}
</style>
background-color css
<style>
a { background-color: #F987ED; }
a { background-color: rgb(249,135,237); }
div.DivClassName
{
background-color: #F987ED;
}
.BgClassName
{
background-color: #F987ED;
}
</style>
border-color css
<style>
span { border-color: #F987ED; }
span { border-color: rgb(249,135,237); }
td.TdClassName
{
border-color: #F987ED;
}
.TagClassName
{
border-color: #F987ED;
}
</style>