Shades of Pale Magenta #FA84E4
Tints of Pale Magenta #FA84E4
RGB
CMYK
RGB Variations
Color information
#FA84E4 (or 0xFA84E4) is known color: Pale Magenta. HEX triplet: FA, 84 and E4. RGB value is (250,132,228). Sum of RGB (Red+Green+Blue) = 250+132+228=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 132 (51.95% from 255 or 21.64% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84E4 is #057B1B. Grayscale: #B1B1B1. Windows color (decimal): -359196 or 14976250. OLE color: 14976250.
HSL color Cylindrical-coordinate representation of color #FA84E4: hue angle of 311.19º 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 #FA84E4 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 228 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.02 |
| HSL | 311.19º | 0.92% | 0.75% | - |
| HSV(B) | 311.19º | 0.47% | 0.98% | - |
| XYZ | 61.68 | 42.43 | 78.34 | - |
| YUV | 178.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 228 | 0 | 0.47 | 0.09 | 0.02 | 311.19 | 0.92 | 0.75 |
| Hex | FA | 84 | E4 | 0 | 2F | 9 | 2 | 137 | 5C | 4B |
| Octal | 372 | 204 | 344 | 0 | 57 | 11 | 2 | 467 | 134 | 113 |
| Binary | 11111010 | 10000100 | 11100100 | 0 | 101111 | 1001 | 10 | 100110111 | 1011100 | 1001011 |
Color Harmonies of #FA84E4
Complementary color
Monochromatic Colors of #FA84E4
Black with #FA84E4
Text Example
Text Example
White with #FA84E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84E4; }
p { color: rgb(250,132,228); }
H1.HeaderClassName
{
color: #FA84E4;
}
.AnyTagClassName
{
color: #FA84E4;
}
</style>
background-color css
<style>
a { background-color: #FA84E4; }
a { background-color: rgb(250,132,228); }
div.DivClassName
{
background-color: #FA84E4;
}
.BgClassName
{
background-color: #FA84E4;
}
</style>
border-color css
<style>
span { border-color: #FA84E4; }
span { border-color: rgb(250,132,228); }
td.TdClassName
{
border-color: #FA84E4;
}
.TagClassName
{
border-color: #FA84E4;
}
</style>