Shades of Pale Magenta #F885DF
Tints of Pale Magenta #F885DF
RGB
CMYK
RGB Variations
Color information
#F885DF (or 0xF885DF) is known color: Pale Magenta. HEX triplet: F8, 85 and DF. RGB value is (248,133,223). Sum of RGB (Red+Green+Blue) = 248+133+223=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F885DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885DF is #077A20. Grayscale: #B1B1B1. Windows color (decimal): -490017 or 14648824. OLE color: 14648824.
HSL color Cylindrical-coordinate representation of color #F885DF: hue angle of 313.04º 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 #F885DF is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 223 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.03 |
| HSL | 313.04º | 0.89% | 0.75% | - |
| HSV(B) | 313.04º | 0.46% | 0.97% | - |
| XYZ | 60.42 | 42.06 | 74.75 | - |
| YUV | 177.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 223 | 0 | 0.46 | 0.10 | 0.03 | 313.04 | 0.89 | 0.75 |
| Hex | F8 | 85 | DF | 0 | 2E | A | 3 | 139 | 59 | 4B |
| Octal | 370 | 205 | 337 | 0 | 56 | 12 | 3 | 471 | 131 | 113 |
| Binary | 11111000 | 10000101 | 11011111 | 0 | 101110 | 1010 | 11 | 100111001 | 1011001 | 1001011 |
Color Harmonies of #F885DF
Complementary color
Monochromatic Colors of #F885DF
Black with #F885DF
Text Example
Text Example
White with #F885DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F885DF; }
p { color: rgb(248,133,223); }
H1.HeaderClassName
{
color: #F885DF;
}
.AnyTagClassName
{
color: #F885DF;
}
</style>
background-color css
<style>
a { background-color: #F885DF; }
a { background-color: rgb(248,133,223); }
div.DivClassName
{
background-color: #F885DF;
}
.BgClassName
{
background-color: #F885DF;
}
</style>
border-color css
<style>
span { border-color: #F885DF; }
span { border-color: rgb(248,133,223); }
td.TdClassName
{
border-color: #F885DF;
}
.TagClassName
{
border-color: #F885DF;
}
</style>