Shades of Pale Magenta #F589DD
Tints of Pale Magenta #F589DD
RGB
CMYK
RGB Variations
Color information
#F589DD (or 0xF589DD) is known color: Pale Magenta. HEX triplet: F5, 89 and DD. RGB value is (245,137,221). Sum of RGB (Red+Green+Blue) = 245+137+221=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 137 (53.91% from 255 or 22.72% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F589DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F589DD is #0A7622. Grayscale: #B2B2B2. Windows color (decimal): -685603 or 14518773. OLE color: 14518773.
HSL color Cylindrical-coordinate representation of color #F589DD: hue angle of 313.33º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F589DD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 221 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.04 |
| HSL | 313.33º | 0.84% | 0.75% | - |
| HSV(B) | 313.33º | 0.44% | 0.96% | - |
| XYZ | 59.65 | 42.52 | 73.47 | - |
| YUV | 178.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 221 | 0 | 0.44 | 0.10 | 0.04 | 313.33 | 0.84 | 0.75 |
| Hex | F5 | 89 | DD | 0 | 2C | A | 4 | 139 | 54 | 4B |
| Octal | 365 | 211 | 335 | 0 | 54 | 12 | 4 | 471 | 124 | 113 |
| Binary | 11110101 | 10001001 | 11011101 | 0 | 101100 | 1010 | 100 | 100111001 | 1010100 | 1001011 |
Color Harmonies of #F589DD
Complementary color
Monochromatic Colors of #F589DD
Black with #F589DD
Text Example
Text Example
White with #F589DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F589DD; }
p { color: rgb(245,137,221); }
H1.HeaderClassName
{
color: #F589DD;
}
.AnyTagClassName
{
color: #F589DD;
}
</style>
background-color css
<style>
a { background-color: #F589DD; }
a { background-color: rgb(245,137,221); }
div.DivClassName
{
background-color: #F589DD;
}
.BgClassName
{
background-color: #F589DD;
}
</style>
border-color css
<style>
span { border-color: #F589DD; }
span { border-color: rgb(245,137,221); }
td.TdClassName
{
border-color: #F589DD;
}
.TagClassName
{
border-color: #F589DD;
}
</style>