Shades of Pale Magenta #F586DF
Tints of Pale Magenta #F586DF
RGB
CMYK
RGB Variations
Color information
#F586DF (or 0xF586DF) is known color: Pale Magenta. HEX triplet: F5, 86 and DF. RGB value is (245,134,223). Sum of RGB (Red+Green+Blue) = 245+134+223=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 134 (52.73% from 255 or 22.26% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F586DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586DF is #0A7920. Grayscale: #B1B1B1. Windows color (decimal): -686369 or 14649077. OLE color: 14649077.
HSL color Cylindrical-coordinate representation of color #F586DF: hue angle of 311.89º 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 #F586DF is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 223 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.04 |
| HSL | 311.89º | 0.85% | 0.74% | - |
| HSV(B) | 311.89º | 0.45% | 0.96% | - |
| XYZ | 59.5 | 41.79 | 74.74 | - |
| YUV | 177.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 223 | 0 | 0.45 | 0.09 | 0.04 | 311.89 | 0.85 | 0.74 |
| Hex | F5 | 86 | DF | 0 | 2D | 9 | 4 | 138 | 55 | 4A |
| Octal | 365 | 206 | 337 | 0 | 55 | 11 | 4 | 470 | 125 | 112 |
| Binary | 11110101 | 10000110 | 11011111 | 0 | 101101 | 1001 | 100 | 100111000 | 1010101 | 1001010 |
Color Harmonies of #F586DF
Complementary color
Monochromatic Colors of #F586DF
Black with #F586DF
Text Example
Text Example
White with #F586DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F586DF; }
p { color: rgb(245,134,223); }
H1.HeaderClassName
{
color: #F586DF;
}
.AnyTagClassName
{
color: #F586DF;
}
</style>
background-color css
<style>
a { background-color: #F586DF; }
a { background-color: rgb(245,134,223); }
div.DivClassName
{
background-color: #F586DF;
}
.BgClassName
{
background-color: #F586DF;
}
</style>
border-color css
<style>
span { border-color: #F586DF; }
span { border-color: rgb(245,134,223); }
td.TdClassName
{
border-color: #F586DF;
}
.TagClassName
{
border-color: #F586DF;
}
</style>