Shades of Pale Magenta #FA84D9
Tints of Pale Magenta #FA84D9
RGB
CMYK
RGB Variations
Color information
#FA84D9 (or 0xFA84D9) is known color: Pale Magenta. HEX triplet: FA, 84 and D9. RGB value is (250,132,217). Sum of RGB (Red+Green+Blue) = 250+132+217=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84D9 is #057B26. Grayscale: #B0B0B0. Windows color (decimal): -359207 or 14255354. OLE color: 14255354.
HSL color Cylindrical-coordinate representation of color #FA84D9: hue angle of 316.78º 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 #FA84D9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 217 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.02 |
| HSL | 316.78º | 0.92% | 0.75% | - |
| HSV(B) | 316.78º | 0.47% | 0.98% | - |
| XYZ | 60.2 | 41.84 | 70.55 | - |
| YUV | 176.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 217 | 0 | 0.47 | 0.13 | 0.02 | 316.78 | 0.92 | 0.75 |
| Hex | FA | 84 | D9 | 0 | 2F | D | 2 | 13D | 5C | 4B |
| Octal | 372 | 204 | 331 | 0 | 57 | 15 | 2 | 475 | 134 | 113 |
| Binary | 11111010 | 10000100 | 11011001 | 0 | 101111 | 1101 | 10 | 100111101 | 1011100 | 1001011 |
Color Harmonies of #FA84D9
Complementary color
Monochromatic Colors of #FA84D9
Black with #FA84D9
Text Example
Text Example
White with #FA84D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84D9; }
p { color: rgb(250,132,217); }
H1.HeaderClassName
{
color: #FA84D9;
}
.AnyTagClassName
{
color: #FA84D9;
}
</style>
background-color css
<style>
a { background-color: #FA84D9; }
a { background-color: rgb(250,132,217); }
div.DivClassName
{
background-color: #FA84D9;
}
.BgClassName
{
background-color: #FA84D9;
}
</style>
border-color css
<style>
span { border-color: #FA84D9; }
span { border-color: rgb(250,132,217); }
td.TdClassName
{
border-color: #FA84D9;
}
.TagClassName
{
border-color: #FA84D9;
}
</style>