Shades of Pale Magenta #F585D9
Tints of Pale Magenta #F585D9
RGB
CMYK
RGB Variations
Color information
#F585D9 (or 0xF585D9) is known color: Pale Magenta. HEX triplet: F5, 85 and D9. RGB value is (245,133,217). Sum of RGB (Red+Green+Blue) = 245+133+217=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F585D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585D9 is #0A7A26. Grayscale: #AFAFAF. Windows color (decimal): -686631 or 14255605. OLE color: 14255605.
HSL color Cylindrical-coordinate representation of color #F585D9: hue angle of 315º 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 #F585D9 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 217 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.04 |
| HSL | 315º | 0.85% | 0.74% | - |
| HSV(B) | 315º | 0.46% | 0.96% | - |
| XYZ | 58.57 | 41.2 | 70.51 | - |
| YUV | 176.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 217 | 0 | 0.46 | 0.11 | 0.04 | 315 | 0.85 | 0.74 |
| Hex | F5 | 85 | D9 | 0 | 2E | B | 4 | 13B | 55 | 4A |
| Octal | 365 | 205 | 331 | 0 | 56 | 13 | 4 | 473 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11011001 | 0 | 101110 | 1011 | 100 | 100111011 | 1010101 | 1001010 |
Color Harmonies of #F585D9
Complementary color
Monochromatic Colors of #F585D9
Black with #F585D9
Text Example
Text Example
White with #F585D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585D9; }
p { color: rgb(245,133,217); }
H1.HeaderClassName
{
color: #F585D9;
}
.AnyTagClassName
{
color: #F585D9;
}
</style>
background-color css
<style>
a { background-color: #F585D9; }
a { background-color: rgb(245,133,217); }
div.DivClassName
{
background-color: #F585D9;
}
.BgClassName
{
background-color: #F585D9;
}
</style>
border-color css
<style>
span { border-color: #F585D9; }
span { border-color: rgb(245,133,217); }
td.TdClassName
{
border-color: #F585D9;
}
.TagClassName
{
border-color: #F585D9;
}
</style>