Shades of Pale Magenta #F988ED
Tints of Pale Magenta #F988ED
RGB
CMYK
RGB Variations
Color information
#F988ED (or 0xF988ED) is known color: Pale Magenta. HEX triplet: F9, 88 and ED. RGB value is (249,136,237). Sum of RGB (Red+Green+Blue) = 249+136+237=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 136 (53.52% from 255 or 21.86% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F988ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F988ED is #067712. Grayscale: #B5B5B5. Windows color (decimal): -423699 or 15567097. OLE color: 15567097.
HSL color Cylindrical-coordinate representation of color #F988ED: hue angle of 306.37º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F988ED is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 237 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.02 |
| HSL | 306.37º | 0.9% | 0.75% | - |
| HSV(B) | 306.37º | 0.45% | 0.98% | - |
| XYZ | 63.16 | 43.86 | 85.26 | - |
| YUV | 181.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 237 | 0 | 0.45 | 0.05 | 0.02 | 306.37 | 0.9 | 0.75 |
| Hex | F9 | 88 | ED | 0 | 2D | 5 | 2 | 132 | 5A | 4B |
| Octal | 371 | 210 | 355 | 0 | 55 | 5 | 2 | 462 | 132 | 113 |
| Binary | 11111001 | 10001000 | 11101101 | 0 | 101101 | 101 | 10 | 100110010 | 1011010 | 1001011 |
Color Harmonies of #F988ED
Complementary color
Monochromatic Colors of #F988ED
Black with #F988ED
Text Example
Text Example
White with #F988ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988ED; }
p { color: rgb(249,136,237); }
H1.HeaderClassName
{
color: #F988ED;
}
.AnyTagClassName
{
color: #F988ED;
}
</style>
background-color css
<style>
a { background-color: #F988ED; }
a { background-color: rgb(249,136,237); }
div.DivClassName
{
background-color: #F988ED;
}
.BgClassName
{
background-color: #F988ED;
}
</style>
border-color css
<style>
span { border-color: #F988ED; }
span { border-color: rgb(249,136,237); }
td.TdClassName
{
border-color: #F988ED;
}
.TagClassName
{
border-color: #F988ED;
}
</style>