Shades of Pale Magenta #FA84E9
Tints of Pale Magenta #FA84E9
RGB
CMYK
RGB Variations
Color information
#FA84E9 (or 0xFA84E9) is known color: Pale Magenta. HEX triplet: FA, 84 and E9. RGB value is (250,132,233). Sum of RGB (Red+Green+Blue) = 250+132+233=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA84E9 is #057B16. Grayscale: #B2B2B2. Windows color (decimal): -359191 or 15303930. OLE color: 15303930.
HSL color Cylindrical-coordinate representation of color #FA84E9: hue angle of 308.64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA84E9 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 233 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.02 |
| HSL | 308.64º | 0.92% | 0.75% | - |
| HSV(B) | 308.64º | 0.47% | 0.98% | - |
| XYZ | 62.38 | 42.71 | 82.05 | - |
| YUV | 178.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 233 | 0 | 0.47 | 0.07 | 0.02 | 308.64 | 0.92 | 0.75 |
| Hex | FA | 84 | E9 | 0 | 2F | 7 | 2 | 135 | 5C | 4B |
| Octal | 372 | 204 | 351 | 0 | 57 | 7 | 2 | 465 | 134 | 113 |
| Binary | 11111010 | 10000100 | 11101001 | 0 | 101111 | 111 | 10 | 100110101 | 1011100 | 1001011 |
Color Harmonies of #FA84E9
Complementary color
Monochromatic Colors of #FA84E9
Black with #FA84E9
Text Example
Text Example
White with #FA84E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84E9; }
p { color: rgb(250,132,233); }
H1.HeaderClassName
{
color: #FA84E9;
}
.AnyTagClassName
{
color: #FA84E9;
}
</style>
background-color css
<style>
a { background-color: #FA84E9; }
a { background-color: rgb(250,132,233); }
div.DivClassName
{
background-color: #FA84E9;
}
.BgClassName
{
background-color: #FA84E9;
}
</style>
border-color css
<style>
span { border-color: #FA84E9; }
span { border-color: rgb(250,132,233); }
td.TdClassName
{
border-color: #FA84E9;
}
.TagClassName
{
border-color: #FA84E9;
}
</style>