Shades of Pale Magenta #F882DB
Tints of Pale Magenta #F882DB
RGB
CMYK
RGB Variations
Color information
#F882DB (or 0xF882DB) is known color: Pale Magenta. HEX triplet: F8, 82 and DB. RGB value is (248,130,219). Sum of RGB (Red+Green+Blue) = 248+130+219=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F882DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882DB is #077D24. Grayscale: #AFAFAF. Windows color (decimal): -490789 or 14385912. OLE color: 14385912.
HSL color Cylindrical-coordinate representation of color #F882DB: hue angle of 314.75º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F882DB is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 219 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.03 |
| HSL | 314.75º | 0.89% | 0.74% | - |
| HSV(B) | 314.75º | 0.48% | 0.97% | - |
| XYZ | 59.48 | 41.04 | 71.8 | - |
| YUV | 175.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 219 | 0 | 0.48 | 0.12 | 0.03 | 314.75 | 0.89 | 0.74 |
| Hex | F8 | 82 | DB | 0 | 30 | C | 3 | 13B | 59 | 4A |
| Octal | 370 | 202 | 333 | 0 | 60 | 14 | 3 | 473 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11011011 | 0 | 110000 | 1100 | 11 | 100111011 | 1011001 | 1001010 |
Color Harmonies of #F882DB
Complementary color
Monochromatic Colors of #F882DB
Black with #F882DB
Text Example
Text Example
White with #F882DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882DB; }
p { color: rgb(248,130,219); }
H1.HeaderClassName
{
color: #F882DB;
}
.AnyTagClassName
{
color: #F882DB;
}
</style>
background-color css
<style>
a { background-color: #F882DB; }
a { background-color: rgb(248,130,219); }
div.DivClassName
{
background-color: #F882DB;
}
.BgClassName
{
background-color: #F882DB;
}
</style>
border-color css
<style>
span { border-color: #F882DB; }
span { border-color: rgb(248,130,219); }
td.TdClassName
{
border-color: #F882DB;
}
.TagClassName
{
border-color: #F882DB;
}
</style>