Shades of Pale Magenta #F882D8
Tints of Pale Magenta #F882D8
RGB
CMYK
RGB Variations
Color information
#F882D8 (or 0xF882D8) is known color: Pale Magenta. HEX triplet: F8, 82 and D8. RGB value is (248,130,216). Sum of RGB (Red+Green+Blue) = 248+130+216=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F882D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882D8 is #077D27. Grayscale: #AEAEAE. Windows color (decimal): -490792 or 14189304. OLE color: 14189304.
HSL color Cylindrical-coordinate representation of color #F882D8: hue angle of 316.27º 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 #F882D8 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 216 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.03 |
| HSL | 316.27º | 0.89% | 0.74% | - |
| HSV(B) | 316.27º | 0.48% | 0.97% | - |
| XYZ | 59.09 | 40.88 | 69.74 | - |
| YUV | 175.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 216 | 0 | 0.48 | 0.13 | 0.03 | 316.27 | 0.89 | 0.74 |
| Hex | F8 | 82 | D8 | 0 | 30 | D | 3 | 13C | 59 | 4A |
| Octal | 370 | 202 | 330 | 0 | 60 | 15 | 3 | 474 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11011000 | 0 | 110000 | 1101 | 11 | 100111100 | 1011001 | 1001010 |
Color Harmonies of #F882D8
Complementary color
Monochromatic Colors of #F882D8
Black with #F882D8
Text Example
Text Example
White with #F882D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882D8; }
p { color: rgb(248,130,216); }
H1.HeaderClassName
{
color: #F882D8;
}
.AnyTagClassName
{
color: #F882D8;
}
</style>
background-color css
<style>
a { background-color: #F882D8; }
a { background-color: rgb(248,130,216); }
div.DivClassName
{
background-color: #F882D8;
}
.BgClassName
{
background-color: #F882D8;
}
</style>
border-color css
<style>
span { border-color: #F882D8; }
span { border-color: rgb(248,130,216); }
td.TdClassName
{
border-color: #F882D8;
}
.TagClassName
{
border-color: #F882D8;
}
</style>