Shades of Pale Magenta #F585D5
Tints of Pale Magenta #F585D5
RGB
CMYK
RGB Variations
Color information
#F585D5 (or 0xF585D5) is known color: Pale Magenta. HEX triplet: F5, 85 and D5. RGB value is (245,133,213). Sum of RGB (Red+Green+Blue) = 245+133+213=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F585D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585D5 is #0A7A2A. Grayscale: #AFAFAF. Windows color (decimal): -686635 or 13993461. OLE color: 13993461.
HSL color Cylindrical-coordinate representation of color #F585D5: hue angle of 317.14º 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 #F585D5 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 213 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.04 |
| HSL | 317.14º | 0.85% | 0.74% | - |
| HSV(B) | 317.14º | 0.46% | 0.96% | - |
| XYZ | 58.05 | 40.99 | 67.8 | - |
| YUV | 175.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 213 | 0 | 0.46 | 0.13 | 0.04 | 317.14 | 0.85 | 0.74 |
| Hex | F5 | 85 | D5 | 0 | 2E | D | 4 | 13D | 55 | 4A |
| Octal | 365 | 205 | 325 | 0 | 56 | 15 | 4 | 475 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11010101 | 0 | 101110 | 1101 | 100 | 100111101 | 1010101 | 1001010 |
Color Harmonies of #F585D5
Complementary color
Monochromatic Colors of #F585D5
Black with #F585D5
Text Example
Text Example
White with #F585D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585D5; }
p { color: rgb(245,133,213); }
H1.HeaderClassName
{
color: #F585D5;
}
.AnyTagClassName
{
color: #F585D5;
}
</style>
background-color css
<style>
a { background-color: #F585D5; }
a { background-color: rgb(245,133,213); }
div.DivClassName
{
background-color: #F585D5;
}
.BgClassName
{
background-color: #F585D5;
}
</style>
border-color css
<style>
span { border-color: #F585D5; }
span { border-color: rgb(245,133,213); }
td.TdClassName
{
border-color: #F585D5;
}
.TagClassName
{
border-color: #F585D5;
}
</style>