Shades of Pale Magenta #F882D9
Tints of Pale Magenta #F882D9
RGB
CMYK
RGB Variations
Color information
#F882D9 (or 0xF882D9) is known color: Pale Magenta. HEX triplet: F8, 82 and D9. RGB value is (248,130,217). Sum of RGB (Red+Green+Blue) = 248+130+217=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F882D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882D9 is #077D26. Grayscale: #AEAEAE. Windows color (decimal): -490791 or 14254840. OLE color: 14254840.
HSL color Cylindrical-coordinate representation of color #F882D9: hue angle of 315.76º 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 #F882D9 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 217 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.03 |
| HSL | 315.76º | 0.89% | 0.74% | - |
| HSV(B) | 315.76º | 0.48% | 0.97% | - |
| XYZ | 59.22 | 40.93 | 70.43 | - |
| YUV | 175.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 217 | 0 | 0.48 | 0.12 | 0.03 | 315.76 | 0.89 | 0.74 |
| Hex | F8 | 82 | D9 | 0 | 30 | C | 3 | 13C | 59 | 4A |
| Octal | 370 | 202 | 331 | 0 | 60 | 14 | 3 | 474 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11011001 | 0 | 110000 | 1100 | 11 | 100111100 | 1011001 | 1001010 |
Color Harmonies of #F882D9
Complementary color
Monochromatic Colors of #F882D9
Black with #F882D9
Text Example
Text Example
White with #F882D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882D9; }
p { color: rgb(248,130,217); }
H1.HeaderClassName
{
color: #F882D9;
}
.AnyTagClassName
{
color: #F882D9;
}
</style>
background-color css
<style>
a { background-color: #F882D9; }
a { background-color: rgb(248,130,217); }
div.DivClassName
{
background-color: #F882D9;
}
.BgClassName
{
background-color: #F882D9;
}
</style>
border-color css
<style>
span { border-color: #F882D9; }
span { border-color: rgb(248,130,217); }
td.TdClassName
{
border-color: #F882D9;
}
.TagClassName
{
border-color: #F882D9;
}
</style>