Shades of Pale Magenta #F586D6
Tints of Pale Magenta #F586D6
RGB
CMYK
RGB Variations
Color information
#F586D6 (or 0xF586D6) is known color: Pale Magenta. HEX triplet: F5, 86 and D6. RGB value is (245,134,214). Sum of RGB (Red+Green+Blue) = 245+134+214=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F586D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586D6 is #0A7929. Grayscale: #B0B0B0. Windows color (decimal): -686378 or 14059253. OLE color: 14059253.
HSL color Cylindrical-coordinate representation of color #F586D6: hue angle of 316.76º 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 #F586D6 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 214 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.04 |
| HSL | 316.76º | 0.85% | 0.74% | - |
| HSV(B) | 316.76º | 0.45% | 0.96% | - |
| XYZ | 58.32 | 41.32 | 68.52 | - |
| YUV | 176.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 214 | 0 | 0.45 | 0.13 | 0.04 | 316.76 | 0.85 | 0.74 |
| Hex | F5 | 86 | D6 | 0 | 2D | D | 4 | 13D | 55 | 4A |
| Octal | 365 | 206 | 326 | 0 | 55 | 15 | 4 | 475 | 125 | 112 |
| Binary | 11110101 | 10000110 | 11010110 | 0 | 101101 | 1101 | 100 | 100111101 | 1010101 | 1001010 |
Color Harmonies of #F586D6
Complementary color
Monochromatic Colors of #F586D6
Black with #F586D6
Text Example
Text Example
White with #F586D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F586D6; }
p { color: rgb(245,134,214); }
H1.HeaderClassName
{
color: #F586D6;
}
.AnyTagClassName
{
color: #F586D6;
}
</style>
background-color css
<style>
a { background-color: #F586D6; }
a { background-color: rgb(245,134,214); }
div.DivClassName
{
background-color: #F586D6;
}
.BgClassName
{
background-color: #F586D6;
}
</style>
border-color css
<style>
span { border-color: #F586D6; }
span { border-color: rgb(245,134,214); }
td.TdClassName
{
border-color: #F586D6;
}
.TagClassName
{
border-color: #F586D6;
}
</style>