Shades of Pale Magenta #F988EE
Tints of Pale Magenta #F988EE
RGB
CMYK
RGB Variations
Color information
#F988EE (or 0xF988EE) is known color: Pale Magenta. HEX triplet: F9, 88 and EE. RGB value is (249,136,238). Sum of RGB (Red+Green+Blue) = 249+136+238=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 136 (53.52% from 255 or 21.83% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F988EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F988EE is #067711. Grayscale: #B5B5B5. Windows color (decimal): -423698 or 15632633. OLE color: 15632633.
HSL color Cylindrical-coordinate representation of color #F988EE: hue angle of 305.84º 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 #F988EE is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 238 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.02 |
| HSL | 305.84º | 0.9% | 0.75% | - |
| HSV(B) | 305.84º | 0.45% | 0.98% | - |
| XYZ | 63.3 | 43.92 | 86.03 | - |
| YUV | 181.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 238 | 0 | 0.45 | 0.04 | 0.02 | 305.84 | 0.9 | 0.75 |
| Hex | F9 | 88 | EE | 0 | 2D | 4 | 2 | 132 | 5A | 4B |
| Octal | 371 | 210 | 356 | 0 | 55 | 4 | 2 | 462 | 132 | 113 |
| Binary | 11111001 | 10001000 | 11101110 | 0 | 101101 | 100 | 10 | 100110010 | 1011010 | 1001011 |
Color Harmonies of #F988EE
Complementary color
Monochromatic Colors of #F988EE
Black with #F988EE
Text Example
Text Example
White with #F988EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988EE; }
p { color: rgb(249,136,238); }
H1.HeaderClassName
{
color: #F988EE;
}
.AnyTagClassName
{
color: #F988EE;
}
</style>
background-color css
<style>
a { background-color: #F988EE; }
a { background-color: rgb(249,136,238); }
div.DivClassName
{
background-color: #F988EE;
}
.BgClassName
{
background-color: #F988EE;
}
</style>
border-color css
<style>
span { border-color: #F988EE; }
span { border-color: rgb(249,136,238); }
td.TdClassName
{
border-color: #F988EE;
}
.TagClassName
{
border-color: #F988EE;
}
</style>