Shades of Pale Magenta #F089D6
Tints of Pale Magenta #F089D6
RGB
CMYK
RGB Variations
Color information
#F089D6 (or 0xF089D6) is known color: Pale Magenta. HEX triplet: F0, 89 and D6. RGB value is (240,137,214). Sum of RGB (Red+Green+Blue) = 240+137+214=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 137 (53.91% from 255 or 23.18% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F089D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089D6 is #0F7629. Grayscale: #B0B0B0. Windows color (decimal): -1013290 or 14060016. OLE color: 14060016.
HSL color Cylindrical-coordinate representation of color #F089D6: hue angle of 315.15º 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 #F089D6 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 214 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.06 |
| HSL | 315.15º | 0.77% | 0.74% | - |
| HSV(B) | 315.15º | 0.43% | 0.94% | - |
| XYZ | 57.02 | 41.27 | 68.58 | - |
| YUV | 176.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 214 | 0 | 0.43 | 0.11 | 0.06 | 315.15 | 0.77 | 0.74 |
| Hex | F0 | 89 | D6 | 0 | 2B | B | 6 | 13B | 4D | 4A |
| Octal | 360 | 211 | 326 | 0 | 53 | 13 | 6 | 473 | 115 | 112 |
| Binary | 11110000 | 10001001 | 11010110 | 0 | 101011 | 1011 | 110 | 100111011 | 1001101 | 1001010 |
Color Harmonies of #F089D6
Complementary color
Monochromatic Colors of #F089D6
Black with #F089D6
Text Example
Text Example
White with #F089D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089D6; }
p { color: rgb(240,137,214); }
H1.HeaderClassName
{
color: #F089D6;
}
.AnyTagClassName
{
color: #F089D6;
}
</style>
background-color css
<style>
a { background-color: #F089D6; }
a { background-color: rgb(240,137,214); }
div.DivClassName
{
background-color: #F089D6;
}
.BgClassName
{
background-color: #F089D6;
}
</style>
border-color css
<style>
span { border-color: #F089D6; }
span { border-color: rgb(240,137,214); }
td.TdClassName
{
border-color: #F089D6;
}
.TagClassName
{
border-color: #F089D6;
}
</style>