Shades of Pale Magenta #F988DB
Tints of Pale Magenta #F988DB
RGB
CMYK
RGB Variations
Color information
#F988DB (or 0xF988DB) is known color: Pale Magenta. HEX triplet: F9, 88 and DB. RGB value is (249,136,219). Sum of RGB (Red+Green+Blue) = 249+136+219=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 136 (53.52% from 255 or 22.52% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F988DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988DB is #067724. Grayscale: #B3B3B3. Windows color (decimal): -423717 or 14387449. OLE color: 14387449.
HSL color Cylindrical-coordinate representation of color #F988DB: hue angle of 315.93º 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 #F988DB is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 219 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.02 |
| HSL | 315.93º | 0.9% | 0.75% | - |
| HSV(B) | 315.93º | 0.45% | 0.98% | - |
| XYZ | 60.66 | 42.86 | 72.09 | - |
| YUV | 179.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 219 | 0 | 0.45 | 0.12 | 0.02 | 315.93 | 0.9 | 0.75 |
| Hex | F9 | 88 | DB | 0 | 2D | C | 2 | 13C | 5A | 4B |
| Octal | 371 | 210 | 333 | 0 | 55 | 14 | 2 | 474 | 132 | 113 |
| Binary | 11111001 | 10001000 | 11011011 | 0 | 101101 | 1100 | 10 | 100111100 | 1011010 | 1001011 |
Color Harmonies of #F988DB
Complementary color
Monochromatic Colors of #F988DB
Black with #F988DB
Text Example
Text Example
White with #F988DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988DB; }
p { color: rgb(249,136,219); }
H1.HeaderClassName
{
color: #F988DB;
}
.AnyTagClassName
{
color: #F988DB;
}
</style>
background-color css
<style>
a { background-color: #F988DB; }
a { background-color: rgb(249,136,219); }
div.DivClassName
{
background-color: #F988DB;
}
.BgClassName
{
background-color: #F988DB;
}
</style>
border-color css
<style>
span { border-color: #F988DB; }
span { border-color: rgb(249,136,219); }
td.TdClassName
{
border-color: #F988DB;
}
.TagClassName
{
border-color: #F988DB;
}
</style>