Shades of Pale Magenta #F587DD
Tints of Pale Magenta #F587DD
RGB
CMYK
RGB Variations
Color information
#F587DD (or 0xF587DD) is known color: Pale Magenta. HEX triplet: F5, 87 and DD. RGB value is (245,135,221). Sum of RGB (Red+Green+Blue) = 245+135+221=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 135 (53.12% from 255 or 22.46% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F587DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587DD is #0A7822. Grayscale: #B1B1B1. Windows color (decimal): -686115 or 14518261. OLE color: 14518261.
HSL color Cylindrical-coordinate representation of color #F587DD: hue angle of 313.09º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F587DD is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 221 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.04 |
| HSL | 313.09º | 0.85% | 0.75% | - |
| HSV(B) | 313.09º | 0.45% | 0.96% | - |
| XYZ | 59.37 | 41.96 | 73.38 | - |
| YUV | 177.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 221 | 0 | 0.45 | 0.10 | 0.04 | 313.09 | 0.85 | 0.75 |
| Hex | F5 | 87 | DD | 0 | 2D | A | 4 | 139 | 55 | 4B |
| Octal | 365 | 207 | 335 | 0 | 55 | 12 | 4 | 471 | 125 | 113 |
| Binary | 11110101 | 10000111 | 11011101 | 0 | 101101 | 1010 | 100 | 100111001 | 1010101 | 1001011 |
Color Harmonies of #F587DD
Complementary color
Monochromatic Colors of #F587DD
Black with #F587DD
Text Example
Text Example
White with #F587DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587DD; }
p { color: rgb(245,135,221); }
H1.HeaderClassName
{
color: #F587DD;
}
.AnyTagClassName
{
color: #F587DD;
}
</style>
background-color css
<style>
a { background-color: #F587DD; }
a { background-color: rgb(245,135,221); }
div.DivClassName
{
background-color: #F587DD;
}
.BgClassName
{
background-color: #F587DD;
}
</style>
border-color css
<style>
span { border-color: #F587DD; }
span { border-color: rgb(245,135,221); }
td.TdClassName
{
border-color: #F587DD;
}
.TagClassName
{
border-color: #F587DD;
}
</style>