Shades of Pale Magenta #F889D4
Tints of Pale Magenta #F889D4
RGB
CMYK
RGB Variations
Color information
#F889D4 (or 0xF889D4) is known color: Pale Magenta. HEX triplet: F8, 89 and D4. RGB value is (248,137,212). Sum of RGB (Red+Green+Blue) = 248+137+212=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F889D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889D4 is #07762B. Grayscale: #B2B2B2. Windows color (decimal): -489004 or 13928952. OLE color: 13928952.
HSL color Cylindrical-coordinate representation of color #F889D4: hue angle of 319.46º 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 #F889D4 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 212 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.03 |
| HSL | 319.46º | 0.89% | 0.75% | - |
| HSV(B) | 319.46º | 0.45% | 0.97% | - |
| XYZ | 59.54 | 42.6 | 67.37 | - |
| YUV | 178.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 212 | 0 | 0.45 | 0.15 | 0.03 | 319.46 | 0.89 | 0.75 |
| Hex | F8 | 89 | D4 | 0 | 2D | F | 3 | 13F | 59 | 4B |
| Octal | 370 | 211 | 324 | 0 | 55 | 17 | 3 | 477 | 131 | 113 |
| Binary | 11111000 | 10001001 | 11010100 | 0 | 101101 | 1111 | 11 | 100111111 | 1011001 | 1001011 |
Color Harmonies of #F889D4
Complementary color
Monochromatic Colors of #F889D4
Black with #F889D4
Text Example
Text Example
White with #F889D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F889D4; }
p { color: rgb(248,137,212); }
H1.HeaderClassName
{
color: #F889D4;
}
.AnyTagClassName
{
color: #F889D4;
}
</style>
background-color css
<style>
a { background-color: #F889D4; }
a { background-color: rgb(248,137,212); }
div.DivClassName
{
background-color: #F889D4;
}
.BgClassName
{
background-color: #F889D4;
}
</style>
border-color css
<style>
span { border-color: #F889D4; }
span { border-color: rgb(248,137,212); }
td.TdClassName
{
border-color: #F889D4;
}
.TagClassName
{
border-color: #F889D4;
}
</style>