Shades of Pale Magenta #F089D7
Tints of Pale Magenta #F089D7
RGB
CMYK
RGB Variations
Color information
#F089D7 (or 0xF089D7) is known color: Pale Magenta. HEX triplet: F0, 89 and D7. RGB value is (240,137,215). Sum of RGB (Red+Green+Blue) = 240+137+215=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F089D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089D7 is #0F7628. Grayscale: #B0B0B0. Windows color (decimal): -1013289 or 14125552. OLE color: 14125552.
HSL color Cylindrical-coordinate representation of color #F089D7: hue angle of 314.56º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F089D7 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 215 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.06 |
| HSL | 314.56º | 0.77% | 0.74% | - |
| HSV(B) | 314.56º | 0.43% | 0.94% | - |
| XYZ | 57.15 | 41.32 | 69.25 | - |
| YUV | 176.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 215 | 0 | 0.43 | 0.10 | 0.06 | 314.56 | 0.77 | 0.74 |
| Hex | F0 | 89 | D7 | 0 | 2B | A | 6 | 13B | 4D | 4A |
| Octal | 360 | 211 | 327 | 0 | 53 | 12 | 6 | 473 | 115 | 112 |
| Binary | 11110000 | 10001001 | 11010111 | 0 | 101011 | 1010 | 110 | 100111011 | 1001101 | 1001010 |
Color Harmonies of #F089D7
Complementary color
Monochromatic Colors of #F089D7
Black with #F089D7
Text Example
Text Example
White with #F089D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089D7; }
p { color: rgb(240,137,215); }
H1.HeaderClassName
{
color: #F089D7;
}
.AnyTagClassName
{
color: #F089D7;
}
</style>
background-color css
<style>
a { background-color: #F089D7; }
a { background-color: rgb(240,137,215); }
div.DivClassName
{
background-color: #F089D7;
}
.BgClassName
{
background-color: #F089D7;
}
</style>
border-color css
<style>
span { border-color: #F089D7; }
span { border-color: rgb(240,137,215); }
td.TdClassName
{
border-color: #F089D7;
}
.TagClassName
{
border-color: #F089D7;
}
</style>