Shades of Pale Magenta #FF84E7
Tints of Pale Magenta #FF84E7
RGB
CMYK
RGB Variations
Color information
#FF84E7 (or 0xFF84E7) is known color: Pale Magenta. HEX triplet: FF, 84 and E7. RGB value is (255,132,231). Sum of RGB (Red+Green+Blue) = 255+132+231=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 132 (51.95% from 255 or 21.36% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF84E7 is #007B18. Grayscale: #B3B3B3. Windows color (decimal): -31513 or 15172863. OLE color: 15172863.
HSL color Cylindrical-coordinate representation of color #FF84E7: hue angle of 311.71º 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 #FF84E7 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 231 | - |
| CMYK | 0 | 0.48 | 0.09 | 0 |
| HSL | 311.71º | 1% | 0.76% | - |
| HSV(B) | 311.71º | 0.48% | 1% | - |
| XYZ | 63.92 | 43.53 | 80.64 | - |
| YUV | 180.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 231 | 0 | 0.48 | 0.09 | 0 | 311.71 | 1 | 0.76 |
| Hex | FF | 84 | E7 | 0 | 30 | 9 | 0 | 138 | 64 | 4C |
| Octal | 377 | 204 | 347 | 0 | 60 | 11 | 0 | 470 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11100111 | 0 | 110000 | 1001 | 0 | 100111000 | 1100100 | 1001100 |
Color Harmonies of #FF84E7
Complementary color
Monochromatic Colors of #FF84E7
Black with #FF84E7
Text Example
Text Example
White with #FF84E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84E7; }
p { color: rgb(255,132,231); }
H1.HeaderClassName
{
color: #FF84E7;
}
.AnyTagClassName
{
color: #FF84E7;
}
</style>
background-color css
<style>
a { background-color: #FF84E7; }
a { background-color: rgb(255,132,231); }
div.DivClassName
{
background-color: #FF84E7;
}
.BgClassName
{
background-color: #FF84E7;
}
</style>
border-color css
<style>
span { border-color: #FF84E7; }
span { border-color: rgb(255,132,231); }
td.TdClassName
{
border-color: #FF84E7;
}
.TagClassName
{
border-color: #FF84E7;
}
</style>