Shades of Pale Magenta #F584E3
Tints of Pale Magenta #F584E3
RGB
CMYK
RGB Variations
Color information
#F584E3 (or 0xF584E3) is known color: Pale Magenta. HEX triplet: F5, 84 and E3. RGB value is (245,132,227). Sum of RGB (Red+Green+Blue) = 245+132+227=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 227 (89.06% from 255 or 37.58% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F584E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584E3 is #0A7B1C. Grayscale: #B0B0B0. Windows color (decimal): -686877 or 14910709. OLE color: 14910709.
HSL color Cylindrical-coordinate representation of color #F584E3: hue angle of 309.56º 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 #F584E3 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 227 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.04 |
| HSL | 309.56º | 0.85% | 0.74% | - |
| HSV(B) | 309.56º | 0.46% | 0.96% | - |
| XYZ | 59.77 | 41.46 | 77.53 | - |
| YUV | 176.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 227 | 0 | 0.46 | 0.07 | 0.04 | 309.56 | 0.85 | 0.74 |
| Hex | F5 | 84 | E3 | 0 | 2E | 7 | 4 | 136 | 55 | 4A |
| Octal | 365 | 204 | 343 | 0 | 56 | 7 | 4 | 466 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11100011 | 0 | 101110 | 111 | 100 | 100110110 | 1010101 | 1001010 |
Color Harmonies of #F584E3
Complementary color
Monochromatic Colors of #F584E3
Black with #F584E3
Text Example
Text Example
White with #F584E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584E3; }
p { color: rgb(245,132,227); }
H1.HeaderClassName
{
color: #F584E3;
}
.AnyTagClassName
{
color: #F584E3;
}
</style>
background-color css
<style>
a { background-color: #F584E3; }
a { background-color: rgb(245,132,227); }
div.DivClassName
{
background-color: #F584E3;
}
.BgClassName
{
background-color: #F584E3;
}
</style>
border-color css
<style>
span { border-color: #F584E3; }
span { border-color: rgb(245,132,227); }
td.TdClassName
{
border-color: #F584E3;
}
.TagClassName
{
border-color: #F584E3;
}
</style>