Shades of Pale Magenta #F889DD
Tints of Pale Magenta #F889DD
RGB
CMYK
RGB Variations
Color information
#F889DD (or 0xF889DD) is known color: Pale Magenta. HEX triplet: F8, 89 and DD. RGB value is (248,137,221). Sum of RGB (Red+Green+Blue) = 248+137+221=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F889DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889DD is #077622. Grayscale: #B3B3B3. Windows color (decimal): -488995 or 14518776. OLE color: 14518776.
HSL color Cylindrical-coordinate representation of color #F889DD: hue angle of 314.59º 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 #F889DD is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 221 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.03 |
| HSL | 314.59º | 0.89% | 0.75% | - |
| HSV(B) | 314.59º | 0.45% | 0.97% | - |
| XYZ | 60.71 | 43.07 | 73.52 | - |
| YUV | 179.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 221 | 0 | 0.45 | 0.11 | 0.03 | 314.59 | 0.89 | 0.75 |
| Hex | F8 | 89 | DD | 0 | 2D | B | 3 | 13B | 59 | 4B |
| Octal | 370 | 211 | 335 | 0 | 55 | 13 | 3 | 473 | 131 | 113 |
| Binary | 11111000 | 10001001 | 11011101 | 0 | 101101 | 1011 | 11 | 100111011 | 1011001 | 1001011 |
Color Harmonies of #F889DD
Complementary color
Monochromatic Colors of #F889DD
Black with #F889DD
Text Example
Text Example
White with #F889DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F889DD; }
p { color: rgb(248,137,221); }
H1.HeaderClassName
{
color: #F889DD;
}
.AnyTagClassName
{
color: #F889DD;
}
</style>
background-color css
<style>
a { background-color: #F889DD; }
a { background-color: rgb(248,137,221); }
div.DivClassName
{
background-color: #F889DD;
}
.BgClassName
{
background-color: #F889DD;
}
</style>
border-color css
<style>
span { border-color: #F889DD; }
span { border-color: rgb(248,137,221); }
td.TdClassName
{
border-color: #F889DD;
}
.TagClassName
{
border-color: #F889DD;
}
</style>