Shades of Pale Magenta #F884DB
Tints of Pale Magenta #F884DB
RGB
CMYK
RGB Variations
Color information
#F884DB (or 0xF884DB) is known color: Pale Magenta. HEX triplet: F8, 84 and DB. RGB value is (248,132,219). Sum of RGB (Red+Green+Blue) = 248+132+219=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F884DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884DB is #077B24. Grayscale: #B0B0B0. Windows color (decimal): -490277 or 14386424. OLE color: 14386424.
HSL color Cylindrical-coordinate representation of color #F884DB: hue angle of 315º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F884DB is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 219 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.03 |
| HSL | 315º | 0.89% | 0.75% | - |
| HSV(B) | 315º | 0.47% | 0.97% | - |
| XYZ | 59.75 | 41.57 | 71.89 | - |
| YUV | 176.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 219 | 0 | 0.47 | 0.12 | 0.03 | 315 | 0.89 | 0.75 |
| Hex | F8 | 84 | DB | 0 | 2F | C | 3 | 13B | 59 | 4B |
| Octal | 370 | 204 | 333 | 0 | 57 | 14 | 3 | 473 | 131 | 113 |
| Binary | 11111000 | 10000100 | 11011011 | 0 | 101111 | 1100 | 11 | 100111011 | 1011001 | 1001011 |
Color Harmonies of #F884DB
Complementary color
Monochromatic Colors of #F884DB
Black with #F884DB
Text Example
Text Example
White with #F884DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F884DB; }
p { color: rgb(248,132,219); }
H1.HeaderClassName
{
color: #F884DB;
}
.AnyTagClassName
{
color: #F884DB;
}
</style>
background-color css
<style>
a { background-color: #F884DB; }
a { background-color: rgb(248,132,219); }
div.DivClassName
{
background-color: #F884DB;
}
.BgClassName
{
background-color: #F884DB;
}
</style>
border-color css
<style>
span { border-color: #F884DB; }
span { border-color: rgb(248,132,219); }
td.TdClassName
{
border-color: #F884DB;
}
.TagClassName
{
border-color: #F884DB;
}
</style>