Shades of Pale Magenta #F488DB
Tints of Pale Magenta #F488DB
RGB
CMYK
RGB Variations
Color information
#F488DB (or 0xF488DB) is known color: Pale Magenta. HEX triplet: F4, 88 and DB. RGB value is (244,136,219). Sum of RGB (Red+Green+Blue) = 244+136+219=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F488DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488DB is #0B7724. Grayscale: #B1B1B1. Windows color (decimal): -751397 or 14387444. OLE color: 14387444.
HSL color Cylindrical-coordinate representation of color #F488DB: hue angle of 313.89º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F488DB is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 219 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.04 |
| HSL | 313.89º | 0.83% | 0.75% | - |
| HSV(B) | 313.89º | 0.44% | 0.96% | - |
| XYZ | 58.9 | 41.96 | 72.01 | - |
| YUV | 177.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 219 | 0 | 0.44 | 0.10 | 0.04 | 313.89 | 0.83 | 0.75 |
| Hex | F4 | 88 | DB | 0 | 2C | A | 4 | 13A | 53 | 4B |
| Octal | 364 | 210 | 333 | 0 | 54 | 12 | 4 | 472 | 123 | 113 |
| Binary | 11110100 | 10001000 | 11011011 | 0 | 101100 | 1010 | 100 | 100111010 | 1010011 | 1001011 |
Color Harmonies of #F488DB
Complementary color
Monochromatic Colors of #F488DB
Black with #F488DB
Text Example
Text Example
White with #F488DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F488DB; }
p { color: rgb(244,136,219); }
H1.HeaderClassName
{
color: #F488DB;
}
.AnyTagClassName
{
color: #F488DB;
}
</style>
background-color css
<style>
a { background-color: #F488DB; }
a { background-color: rgb(244,136,219); }
div.DivClassName
{
background-color: #F488DB;
}
.BgClassName
{
background-color: #F488DB;
}
</style>
border-color css
<style>
span { border-color: #F488DB; }
span { border-color: rgb(244,136,219); }
td.TdClassName
{
border-color: #F488DB;
}
.TagClassName
{
border-color: #F488DB;
}
</style>