Shades of Pale Magenta #F885DC
Tints of Pale Magenta #F885DC
RGB
CMYK
RGB Variations
Color information
#F885DC (or 0xF885DC) is known color: Pale Magenta. HEX triplet: F8, 85 and DC. RGB value is (248,133,220). Sum of RGB (Red+Green+Blue) = 248+133+220=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F885DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885DC is #077A23. Grayscale: #B1B1B1. Windows color (decimal): -490020 or 14452216. OLE color: 14452216.
HSL color Cylindrical-coordinate representation of color #F885DC: hue angle of 314.61º 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 #F885DC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 220 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.03 |
| HSL | 314.61º | 0.89% | 0.75% | - |
| HSV(B) | 314.61º | 0.46% | 0.97% | - |
| XYZ | 60.02 | 41.9 | 72.63 | - |
| YUV | 177.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 220 | 0 | 0.46 | 0.11 | 0.03 | 314.61 | 0.89 | 0.75 |
| Hex | F8 | 85 | DC | 0 | 2E | B | 3 | 13B | 59 | 4B |
| Octal | 370 | 205 | 334 | 0 | 56 | 13 | 3 | 473 | 131 | 113 |
| Binary | 11111000 | 10000101 | 11011100 | 0 | 101110 | 1011 | 11 | 100111011 | 1011001 | 1001011 |
Color Harmonies of #F885DC
Complementary color
Monochromatic Colors of #F885DC
Black with #F885DC
Text Example
Text Example
White with #F885DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F885DC; }
p { color: rgb(248,133,220); }
H1.HeaderClassName
{
color: #F885DC;
}
.AnyTagClassName
{
color: #F885DC;
}
</style>
background-color css
<style>
a { background-color: #F885DC; }
a { background-color: rgb(248,133,220); }
div.DivClassName
{
background-color: #F885DC;
}
.BgClassName
{
background-color: #F885DC;
}
</style>
border-color css
<style>
span { border-color: #F885DC; }
span { border-color: rgb(248,133,220); }
td.TdClassName
{
border-color: #F885DC;
}
.TagClassName
{
border-color: #F885DC;
}
</style>