Shades of Pale Magenta #F586DD
Tints of Pale Magenta #F586DD
RGB
CMYK
RGB Variations
Color information
#F586DD (or 0xF586DD) is known color: Pale Magenta. HEX triplet: F5, 86 and DD. RGB value is (245,134,221). Sum of RGB (Red+Green+Blue) = 245+134+221=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F586DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586DD is #0A7922. Grayscale: #B0B0B0. Windows color (decimal): -686371 or 14518005. OLE color: 14518005.
HSL color Cylindrical-coordinate representation of color #F586DD: hue angle of 312.97º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586DD is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 221 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.04 |
| HSL | 312.97º | 0.85% | 0.74% | - |
| HSV(B) | 312.97º | 0.45% | 0.96% | - |
| XYZ | 59.23 | 41.68 | 73.33 | - |
| YUV | 177.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 221 | 0 | 0.45 | 0.10 | 0.04 | 312.97 | 0.85 | 0.74 |
| Hex | F5 | 86 | DD | 0 | 2D | A | 4 | 139 | 55 | 4A |
| Octal | 365 | 206 | 335 | 0 | 55 | 12 | 4 | 471 | 125 | 112 |
| Binary | 11110101 | 10000110 | 11011101 | 0 | 101101 | 1010 | 100 | 100111001 | 1010101 | 1001010 |
Color Harmonies of #F586DD
Complementary color
Monochromatic Colors of #F586DD
Black with #F586DD
Text Example
Text Example
White with #F586DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F586DD; }
p { color: rgb(245,134,221); }
H1.HeaderClassName
{
color: #F586DD;
}
.AnyTagClassName
{
color: #F586DD;
}
</style>
background-color css
<style>
a { background-color: #F586DD; }
a { background-color: rgb(245,134,221); }
div.DivClassName
{
background-color: #F586DD;
}
.BgClassName
{
background-color: #F586DD;
}
</style>
border-color css
<style>
span { border-color: #F586DD; }
span { border-color: rgb(245,134,221); }
td.TdClassName
{
border-color: #F586DD;
}
.TagClassName
{
border-color: #F586DD;
}
</style>