Shades of Pale Magenta #F885EC
Tints of Pale Magenta #F885EC
RGB
CMYK
RGB Variations
Color information
#F885EC (or 0xF885EC) is known color: Pale Magenta. HEX triplet: F8, 85 and EC. RGB value is (248,133,236). Sum of RGB (Red+Green+Blue) = 248+133+236=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 133 (52.34% from 255 or 21.56% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F885EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885EC is #077A13. Grayscale: #B2B2B2. Windows color (decimal): -490004 or 15500792. OLE color: 15500792.
HSL color Cylindrical-coordinate representation of color #F885EC: hue angle of 306.26º 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 #F885EC is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 236 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.03 |
| HSL | 306.26º | 0.89% | 0.75% | - |
| HSV(B) | 306.26º | 0.46% | 0.97% | - |
| XYZ | 62.24 | 42.79 | 84.34 | - |
| YUV | 179.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 236 | 0 | 0.46 | 0.05 | 0.03 | 306.26 | 0.89 | 0.75 |
| Hex | F8 | 85 | EC | 0 | 2E | 5 | 3 | 132 | 59 | 4B |
| Octal | 370 | 205 | 354 | 0 | 56 | 5 | 3 | 462 | 131 | 113 |
| Binary | 11111000 | 10000101 | 11101100 | 0 | 101110 | 101 | 11 | 100110010 | 1011001 | 1001011 |
Color Harmonies of #F885EC
Complementary color
Monochromatic Colors of #F885EC
Black with #F885EC
Text Example
Text Example
White with #F885EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F885EC; }
p { color: rgb(248,133,236); }
H1.HeaderClassName
{
color: #F885EC;
}
.AnyTagClassName
{
color: #F885EC;
}
</style>
background-color css
<style>
a { background-color: #F885EC; }
a { background-color: rgb(248,133,236); }
div.DivClassName
{
background-color: #F885EC;
}
.BgClassName
{
background-color: #F885EC;
}
</style>
border-color css
<style>
span { border-color: #F885EC; }
span { border-color: rgb(248,133,236); }
td.TdClassName
{
border-color: #F885EC;
}
.TagClassName
{
border-color: #F885EC;
}
</style>