Shades of Pale Magenta #F889EC
Tints of Pale Magenta #F889EC
RGB
CMYK
RGB Variations
Color information
#F889EC (or 0xF889EC) is known color: Pale Magenta. HEX triplet: F8, 89 and EC. RGB value is (248,137,236). Sum of RGB (Red+Green+Blue) = 248+137+236=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 137 (53.91% from 255 or 22.06% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F889EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F889EC is #077613. Grayscale: #B5B5B5. Windows color (decimal): -488980 or 15501816. OLE color: 15501816.
HSL color Cylindrical-coordinate representation of color #F889EC: hue angle of 306.49º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F889EC is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 236 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.03 |
| HSL | 306.49º | 0.89% | 0.75% | - |
| HSV(B) | 306.49º | 0.45% | 0.97% | - |
| XYZ | 62.8 | 43.9 | 84.52 | - |
| YUV | 181.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 236 | 0 | 0.45 | 0.05 | 0.03 | 306.49 | 0.89 | 0.75 |
| Hex | F8 | 89 | EC | 0 | 2D | 5 | 3 | 132 | 59 | 4B |
| Octal | 370 | 211 | 354 | 0 | 55 | 5 | 3 | 462 | 131 | 113 |
| Binary | 11111000 | 10001001 | 11101100 | 0 | 101101 | 101 | 11 | 100110010 | 1011001 | 1001011 |
Color Harmonies of #F889EC
Complementary color
Monochromatic Colors of #F889EC
Black with #F889EC
Text Example
Text Example
White with #F889EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F889EC; }
p { color: rgb(248,137,236); }
H1.HeaderClassName
{
color: #F889EC;
}
.AnyTagClassName
{
color: #F889EC;
}
</style>
background-color css
<style>
a { background-color: #F889EC; }
a { background-color: rgb(248,137,236); }
div.DivClassName
{
background-color: #F889EC;
}
.BgClassName
{
background-color: #F889EC;
}
</style>
border-color css
<style>
span { border-color: #F889EC; }
span { border-color: rgb(248,137,236); }
td.TdClassName
{
border-color: #F889EC;
}
.TagClassName
{
border-color: #F889EC;
}
</style>