Shades of Pale Magenta #F885D9
Tints of Pale Magenta #F885D9
RGB
CMYK
RGB Variations
Color information
#F885D9 (or 0xF885D9) is known color: Pale Magenta. HEX triplet: F8, 85 and D9. RGB value is (248,133,217). Sum of RGB (Red+Green+Blue) = 248+133+217=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F885D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885D9 is #077A26. Grayscale: #B0B0B0. Windows color (decimal): -490023 or 14255608. OLE color: 14255608.
HSL color Cylindrical-coordinate representation of color #F885D9: hue angle of 316.17º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F885D9 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 217 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.03 |
| HSL | 316.17º | 0.89% | 0.75% | - |
| HSV(B) | 316.17º | 0.46% | 0.97% | - |
| XYZ | 59.62 | 41.74 | 70.56 | - |
| YUV | 176.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 217 | 0 | 0.46 | 0.12 | 0.03 | 316.17 | 0.89 | 0.75 |
| Hex | F8 | 85 | D9 | 0 | 2E | C | 3 | 13C | 59 | 4B |
| Octal | 370 | 205 | 331 | 0 | 56 | 14 | 3 | 474 | 131 | 113 |
| Binary | 11111000 | 10000101 | 11011001 | 0 | 101110 | 1100 | 11 | 100111100 | 1011001 | 1001011 |
Color Harmonies of #F885D9
Complementary color
Monochromatic Colors of #F885D9
Black with #F885D9
Text Example
Text Example
White with #F885D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F885D9; }
p { color: rgb(248,133,217); }
H1.HeaderClassName
{
color: #F885D9;
}
.AnyTagClassName
{
color: #F885D9;
}
</style>
background-color css
<style>
a { background-color: #F885D9; }
a { background-color: rgb(248,133,217); }
div.DivClassName
{
background-color: #F885D9;
}
.BgClassName
{
background-color: #F885D9;
}
</style>
border-color css
<style>
span { border-color: #F885D9; }
span { border-color: rgb(248,133,217); }
td.TdClassName
{
border-color: #F885D9;
}
.TagClassName
{
border-color: #F885D9;
}
</style>