Shades of Pale Magenta #FF84E5
Tints of Pale Magenta #FF84E5
RGB
CMYK
RGB Variations
Color information
#FF84E5 (or 0xFF84E5) is known color: Pale Magenta. HEX triplet: FF, 84 and E5. RGB value is (255,132,229). Sum of RGB (Red+Green+Blue) = 255+132+229=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84E5 is #007B1A. Grayscale: #B3B3B3. Windows color (decimal): -31515 or 15041791. OLE color: 15041791.
HSL color Cylindrical-coordinate representation of color #FF84E5: hue angle of 312.68º 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 #FF84E5 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 229 | - |
| CMYK | 0 | 0.48 | 0.10 | 0 |
| HSL | 312.68º | 1% | 0.76% | - |
| HSV(B) | 312.68º | 0.48% | 1% | - |
| XYZ | 63.63 | 43.42 | 79.16 | - |
| YUV | 179.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 229 | 0 | 0.48 | 0.10 | 0 | 312.68 | 1 | 0.76 |
| Hex | FF | 84 | E5 | 0 | 30 | A | 0 | 139 | 64 | 4C |
| Octal | 377 | 204 | 345 | 0 | 60 | 12 | 0 | 471 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11100101 | 0 | 110000 | 1010 | 0 | 100111001 | 1100100 | 1001100 |
Color Harmonies of #FF84E5
Complementary color
Monochromatic Colors of #FF84E5
Black with #FF84E5
Text Example
Text Example
White with #FF84E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84E5; }
p { color: rgb(255,132,229); }
H1.HeaderClassName
{
color: #FF84E5;
}
.AnyTagClassName
{
color: #FF84E5;
}
</style>
background-color css
<style>
a { background-color: #FF84E5; }
a { background-color: rgb(255,132,229); }
div.DivClassName
{
background-color: #FF84E5;
}
.BgClassName
{
background-color: #FF84E5;
}
</style>
border-color css
<style>
span { border-color: #FF84E5; }
span { border-color: rgb(255,132,229); }
td.TdClassName
{
border-color: #FF84E5;
}
.TagClassName
{
border-color: #FF84E5;
}
</style>