Shades of Pale Magenta #F889D8
Tints of Pale Magenta #F889D8
RGB
CMYK
RGB Variations
Color information
#F889D8 (or 0xF889D8) is known color: Pale Magenta. HEX triplet: F8, 89 and D8. RGB value is (248,137,216). Sum of RGB (Red+Green+Blue) = 248+137+216=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 137 (53.91% from 255 or 22.80% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F889D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889D8 is #077627. Grayscale: #B2B2B2. Windows color (decimal): -489000 or 14191096. OLE color: 14191096.
HSL color Cylindrical-coordinate representation of color #F889D8: hue angle of 317.3º 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 #F889D8 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 216 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.03 |
| HSL | 317.3º | 0.89% | 0.75% | - |
| HSV(B) | 317.3º | 0.45% | 0.97% | - |
| XYZ | 60.05 | 42.81 | 70.06 | - |
| YUV | 179.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 216 | 0 | 0.45 | 0.13 | 0.03 | 317.3 | 0.89 | 0.75 |
| Hex | F8 | 89 | D8 | 0 | 2D | D | 3 | 13D | 59 | 4B |
| Octal | 370 | 211 | 330 | 0 | 55 | 15 | 3 | 475 | 131 | 113 |
| Binary | 11111000 | 10001001 | 11011000 | 0 | 101101 | 1101 | 11 | 100111101 | 1011001 | 1001011 |
Color Harmonies of #F889D8
Complementary color
Monochromatic Colors of #F889D8
Black with #F889D8
Text Example
Text Example
White with #F889D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F889D8; }
p { color: rgb(248,137,216); }
H1.HeaderClassName
{
color: #F889D8;
}
.AnyTagClassName
{
color: #F889D8;
}
</style>
background-color css
<style>
a { background-color: #F889D8; }
a { background-color: rgb(248,137,216); }
div.DivClassName
{
background-color: #F889D8;
}
.BgClassName
{
background-color: #F889D8;
}
</style>
border-color css
<style>
span { border-color: #F889D8; }
span { border-color: rgb(248,137,216); }
td.TdClassName
{
border-color: #F889D8;
}
.TagClassName
{
border-color: #F889D8;
}
</style>