Shades of Pale Magenta #F585E9
Tints of Pale Magenta #F585E9
RGB
CMYK
RGB Variations
Color information
#F585E9 (or 0xF585E9) is known color: Pale Magenta. HEX triplet: F5, 85 and E9. RGB value is (245,133,233). Sum of RGB (Red+Green+Blue) = 245+133+233=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F585E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585E9 is #0A7A16. Grayscale: #B1B1B1. Windows color (decimal): -686615 or 15304181. OLE color: 15304181.
HSL color Cylindrical-coordinate representation of color #F585E9: hue angle of 306.43º 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 #F585E9 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 233 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.04 |
| HSL | 306.43º | 0.85% | 0.74% | - |
| HSV(B) | 306.43º | 0.46% | 0.96% | - |
| XYZ | 60.75 | 42.07 | 82.01 | - |
| YUV | 177.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 233 | 0 | 0.46 | 0.05 | 0.04 | 306.43 | 0.85 | 0.74 |
| Hex | F5 | 85 | E9 | 0 | 2E | 5 | 4 | 132 | 55 | 4A |
| Octal | 365 | 205 | 351 | 0 | 56 | 5 | 4 | 462 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11101001 | 0 | 101110 | 101 | 100 | 100110010 | 1010101 | 1001010 |
Color Harmonies of #F585E9
Complementary color
Monochromatic Colors of #F585E9
Black with #F585E9
Text Example
Text Example
White with #F585E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585E9; }
p { color: rgb(245,133,233); }
H1.HeaderClassName
{
color: #F585E9;
}
.AnyTagClassName
{
color: #F585E9;
}
</style>
background-color css
<style>
a { background-color: #F585E9; }
a { background-color: rgb(245,133,233); }
div.DivClassName
{
background-color: #F585E9;
}
.BgClassName
{
background-color: #F585E9;
}
</style>
border-color css
<style>
span { border-color: #F585E9; }
span { border-color: rgb(245,133,233); }
td.TdClassName
{
border-color: #F585E9;
}
.TagClassName
{
border-color: #F585E9;
}
</style>