Shades of Pale Magenta #F585EA
Tints of Pale Magenta #F585EA
RGB
CMYK
RGB Variations
Color information
#F585EA (or 0xF585EA) is known color: Pale Magenta. HEX triplet: F5, 85 and EA. RGB value is (245,133,234). Sum of RGB (Red+Green+Blue) = 245+133+234=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F585EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585EA is #0A7A15. Grayscale: #B1B1B1. Windows color (decimal): -686614 or 15369717. OLE color: 15369717.
HSL color Cylindrical-coordinate representation of color #F585EA: hue angle of 305.89º 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 #F585EA is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 234 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.04 |
| HSL | 305.89º | 0.85% | 0.74% | - |
| HSV(B) | 305.89º | 0.46% | 0.96% | - |
| XYZ | 60.9 | 42.13 | 82.76 | - |
| YUV | 178 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 234 | 0 | 0.46 | 0.04 | 0.04 | 305.89 | 0.85 | 0.74 |
| Hex | F5 | 85 | EA | 0 | 2E | 4 | 4 | 132 | 55 | 4A |
| Octal | 365 | 205 | 352 | 0 | 56 | 4 | 4 | 462 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11101010 | 0 | 101110 | 100 | 100 | 100110010 | 1010101 | 1001010 |
Color Harmonies of #F585EA
Complementary color
Monochromatic Colors of #F585EA
Black with #F585EA
Text Example
Text Example
White with #F585EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585EA; }
p { color: rgb(245,133,234); }
H1.HeaderClassName
{
color: #F585EA;
}
.AnyTagClassName
{
color: #F585EA;
}
</style>
background-color css
<style>
a { background-color: #F585EA; }
a { background-color: rgb(245,133,234); }
div.DivClassName
{
background-color: #F585EA;
}
.BgClassName
{
background-color: #F585EA;
}
</style>
border-color css
<style>
span { border-color: #F585EA; }
span { border-color: rgb(245,133,234); }
td.TdClassName
{
border-color: #F585EA;
}
.TagClassName
{
border-color: #F585EA;
}
</style>