Shades of Pale Magenta #FF84E1
Tints of Pale Magenta #FF84E1
RGB
CMYK
RGB Variations
Color information
#FF84E1 (or 0xFF84E1) is known color: Pale Magenta. HEX triplet: FF, 84 and E1. RGB value is (255,132,225). Sum of RGB (Red+Green+Blue) = 255+132+225=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 132 (51.95% from 255 or 21.57% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84E1 is #007B1E. Grayscale: #B3B3B3. Windows color (decimal): -31519 or 14779647. OLE color: 14779647.
HSL color Cylindrical-coordinate representation of color #FF84E1: hue angle of 314.63º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84E1 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 225 | - |
| CMYK | 0 | 0.48 | 0.12 | 0 |
| HSL | 314.63º | 1% | 0.76% | - |
| HSV(B) | 314.63º | 0.48% | 1% | - |
| XYZ | 63.08 | 43.2 | 76.25 | - |
| YUV | 179.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 225 | 0 | 0.48 | 0.12 | 0 | 314.63 | 1 | 0.76 |
| Hex | FF | 84 | E1 | 0 | 30 | C | 0 | 13B | 64 | 4C |
| Octal | 377 | 204 | 341 | 0 | 60 | 14 | 0 | 473 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11100001 | 0 | 110000 | 1100 | 0 | 100111011 | 1100100 | 1001100 |
Color Harmonies of #FF84E1
Complementary color
Monochromatic Colors of #FF84E1
Black with #FF84E1
Text Example
Text Example
White with #FF84E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84E1; }
p { color: rgb(255,132,225); }
H1.HeaderClassName
{
color: #FF84E1;
}
.AnyTagClassName
{
color: #FF84E1;
}
</style>
background-color css
<style>
a { background-color: #FF84E1; }
a { background-color: rgb(255,132,225); }
div.DivClassName
{
background-color: #FF84E1;
}
.BgClassName
{
background-color: #FF84E1;
}
</style>
border-color css
<style>
span { border-color: #FF84E1; }
span { border-color: rgb(255,132,225); }
td.TdClassName
{
border-color: #FF84E1;
}
.TagClassName
{
border-color: #FF84E1;
}
</style>