Shades of Pale Magenta #F089D5
Tints of Pale Magenta #F089D5
RGB
CMYK
RGB Variations
Color information
#F089D5 (or 0xF089D5) is known color: Pale Magenta. HEX triplet: F0, 89 and D5. RGB value is (240,137,213). Sum of RGB (Red+Green+Blue) = 240+137+213=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F089D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089D5 is #0F762A. Grayscale: #B0B0B0. Windows color (decimal): -1013291 or 13994480. OLE color: 13994480.
HSL color Cylindrical-coordinate representation of color #F089D5: hue angle of 315.73º 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 #F089D5 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 213 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.06 |
| HSL | 315.73º | 0.77% | 0.74% | - |
| HSV(B) | 315.73º | 0.43% | 0.94% | - |
| XYZ | 56.89 | 41.22 | 67.91 | - |
| YUV | 176.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 213 | 0 | 0.43 | 0.11 | 0.06 | 315.73 | 0.77 | 0.74 |
| Hex | F0 | 89 | D5 | 0 | 2B | B | 6 | 13C | 4D | 4A |
| Octal | 360 | 211 | 325 | 0 | 53 | 13 | 6 | 474 | 115 | 112 |
| Binary | 11110000 | 10001001 | 11010101 | 0 | 101011 | 1011 | 110 | 100111100 | 1001101 | 1001010 |
Color Harmonies of #F089D5
Complementary color
Monochromatic Colors of #F089D5
Black with #F089D5
Text Example
Text Example
White with #F089D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089D5; }
p { color: rgb(240,137,213); }
H1.HeaderClassName
{
color: #F089D5;
}
.AnyTagClassName
{
color: #F089D5;
}
</style>
background-color css
<style>
a { background-color: #F089D5; }
a { background-color: rgb(240,137,213); }
div.DivClassName
{
background-color: #F089D5;
}
.BgClassName
{
background-color: #F089D5;
}
</style>
border-color css
<style>
span { border-color: #F089D5; }
span { border-color: rgb(240,137,213); }
td.TdClassName
{
border-color: #F089D5;
}
.TagClassName
{
border-color: #F089D5;
}
</style>