Shades of Pale Magenta #F584D6
Tints of Pale Magenta #F584D6
RGB
CMYK
RGB Variations
Color information
#F584D6 (or 0xF584D6) is known color: Pale Magenta. HEX triplet: F5, 84 and D6. RGB value is (245,132,214). Sum of RGB (Red+Green+Blue) = 245+132+214=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F584D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584D6 is #0A7B29. Grayscale: #AEAEAE. Windows color (decimal): -686890 or 14058741. OLE color: 14058741.
HSL color Cylindrical-coordinate representation of color #F584D6: hue angle of 316.46º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F584D6 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 214 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.04 |
| HSL | 316.46º | 0.85% | 0.74% | - |
| HSV(B) | 316.46º | 0.46% | 0.96% | - |
| XYZ | 58.05 | 40.77 | 68.43 | - |
| YUV | 175.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 214 | 0 | 0.46 | 0.13 | 0.04 | 316.46 | 0.85 | 0.74 |
| Hex | F5 | 84 | D6 | 0 | 2E | D | 4 | 13C | 55 | 4A |
| Octal | 365 | 204 | 326 | 0 | 56 | 15 | 4 | 474 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11010110 | 0 | 101110 | 1101 | 100 | 100111100 | 1010101 | 1001010 |
Color Harmonies of #F584D6
Complementary color
Monochromatic Colors of #F584D6
Black with #F584D6
Text Example
Text Example
White with #F584D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584D6; }
p { color: rgb(245,132,214); }
H1.HeaderClassName
{
color: #F584D6;
}
.AnyTagClassName
{
color: #F584D6;
}
</style>
background-color css
<style>
a { background-color: #F584D6; }
a { background-color: rgb(245,132,214); }
div.DivClassName
{
background-color: #F584D6;
}
.BgClassName
{
background-color: #F584D6;
}
</style>
border-color css
<style>
span { border-color: #F584D6; }
span { border-color: rgb(245,132,214); }
td.TdClassName
{
border-color: #F584D6;
}
.TagClassName
{
border-color: #F584D6;
}
</style>