Shades of Pale Magenta #FF84E2
Tints of Pale Magenta #FF84E2
RGB
CMYK
RGB Variations
Color information
#FF84E2 (or 0xFF84E2) is known color: Pale Magenta. HEX triplet: FF, 84 and E2. RGB value is (255,132,226). Sum of RGB (Red+Green+Blue) = 255+132+226=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84E2 is #007B1D. Grayscale: #B3B3B3. Windows color (decimal): -31518 or 14845183. OLE color: 14845183.
HSL color Cylindrical-coordinate representation of color #FF84E2: hue angle of 314.15º 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 #FF84E2 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 226 | - |
| CMYK | 0 | 0.48 | 0.11 | 0 |
| HSL | 314.15º | 1% | 0.76% | - |
| HSV(B) | 314.15º | 0.48% | 1% | - |
| XYZ | 63.22 | 43.25 | 76.97 | - |
| YUV | 179.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 226 | 0 | 0.48 | 0.11 | 0 | 314.15 | 1 | 0.76 |
| Hex | FF | 84 | E2 | 0 | 30 | B | 0 | 13A | 64 | 4C |
| Octal | 377 | 204 | 342 | 0 | 60 | 13 | 0 | 472 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11100010 | 0 | 110000 | 1011 | 0 | 100111010 | 1100100 | 1001100 |
Color Harmonies of #FF84E2
Complementary color
Monochromatic Colors of #FF84E2
Black with #FF84E2
Text Example
Text Example
White with #FF84E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84E2; }
p { color: rgb(255,132,226); }
H1.HeaderClassName
{
color: #FF84E2;
}
.AnyTagClassName
{
color: #FF84E2;
}
</style>
background-color css
<style>
a { background-color: #FF84E2; }
a { background-color: rgb(255,132,226); }
div.DivClassName
{
background-color: #FF84E2;
}
.BgClassName
{
background-color: #FF84E2;
}
</style>
border-color css
<style>
span { border-color: #FF84E2; }
span { border-color: rgb(255,132,226); }
td.TdClassName
{
border-color: #FF84E2;
}
.TagClassName
{
border-color: #FF84E2;
}
</style>