Shades of Pale Magenta #FA84EA
Tints of Pale Magenta #FA84EA
RGB
CMYK
RGB Variations
Color information
#FA84EA (or 0xFA84EA) is known color: Pale Magenta. HEX triplet: FA, 84 and EA. RGB value is (250,132,234). Sum of RGB (Red+Green+Blue) = 250+132+234=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA84EA is #057B15. Grayscale: #B2B2B2. Windows color (decimal): -359190 or 15369466. OLE color: 15369466.
HSL color Cylindrical-coordinate representation of color #FA84EA: hue angle of 308.14º 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 #FA84EA is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 234 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.02 |
| HSL | 308.14º | 0.92% | 0.75% | - |
| HSV(B) | 308.14º | 0.47% | 0.98% | - |
| XYZ | 62.53 | 42.77 | 82.8 | - |
| YUV | 178.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 234 | 0 | 0.47 | 0.06 | 0.02 | 308.14 | 0.92 | 0.75 |
| Hex | FA | 84 | EA | 0 | 2F | 6 | 2 | 134 | 5C | 4B |
| Octal | 372 | 204 | 352 | 0 | 57 | 6 | 2 | 464 | 134 | 113 |
| Binary | 11111010 | 10000100 | 11101010 | 0 | 101111 | 110 | 10 | 100110100 | 1011100 | 1001011 |
Color Harmonies of #FA84EA
Complementary color
Monochromatic Colors of #FA84EA
Black with #FA84EA
Text Example
Text Example
White with #FA84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84EA; }
p { color: rgb(250,132,234); }
H1.HeaderClassName
{
color: #FA84EA;
}
.AnyTagClassName
{
color: #FA84EA;
}
</style>
background-color css
<style>
a { background-color: #FA84EA; }
a { background-color: rgb(250,132,234); }
div.DivClassName
{
background-color: #FA84EA;
}
.BgClassName
{
background-color: #FA84EA;
}
</style>
border-color css
<style>
span { border-color: #FA84EA; }
span { border-color: rgb(250,132,234); }
td.TdClassName
{
border-color: #FA84EA;
}
.TagClassName
{
border-color: #FA84EA;
}
</style>