Shades of Pale Magenta #FA84D7
Tints of Pale Magenta #FA84D7
RGB
CMYK
RGB Variations
Color information
#FA84D7 (or 0xFA84D7) is known color: Pale Magenta. HEX triplet: FA, 84 and D7. RGB value is (250,132,215). Sum of RGB (Red+Green+Blue) = 250+132+215=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84D7 is #057B28. Grayscale: #B0B0B0. Windows color (decimal): -359209 or 14124282. OLE color: 14124282.
HSL color Cylindrical-coordinate representation of color #FA84D7: hue angle of 317.8º 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 #FA84D7 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 215 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.02 |
| HSL | 317.8º | 0.92% | 0.75% | - |
| HSV(B) | 317.8º | 0.47% | 0.98% | - |
| XYZ | 59.94 | 41.73 | 69.19 | - |
| YUV | 176.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 215 | 0 | 0.47 | 0.14 | 0.02 | 317.8 | 0.92 | 0.75 |
| Hex | FA | 84 | D7 | 0 | 2F | E | 2 | 13E | 5C | 4B |
| Octal | 372 | 204 | 327 | 0 | 57 | 16 | 2 | 476 | 134 | 113 |
| Binary | 11111010 | 10000100 | 11010111 | 0 | 101111 | 1110 | 10 | 100111110 | 1011100 | 1001011 |
Color Harmonies of #FA84D7
Complementary color
Monochromatic Colors of #FA84D7
Black with #FA84D7
Text Example
Text Example
White with #FA84D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84D7; }
p { color: rgb(250,132,215); }
H1.HeaderClassName
{
color: #FA84D7;
}
.AnyTagClassName
{
color: #FA84D7;
}
</style>
background-color css
<style>
a { background-color: #FA84D7; }
a { background-color: rgb(250,132,215); }
div.DivClassName
{
background-color: #FA84D7;
}
.BgClassName
{
background-color: #FA84D7;
}
</style>
border-color css
<style>
span { border-color: #FA84D7; }
span { border-color: rgb(250,132,215); }
td.TdClassName
{
border-color: #FA84D7;
}
.TagClassName
{
border-color: #FA84D7;
}
</style>