Shades of Pale Magenta #FA84DF
Tints of Pale Magenta #FA84DF
RGB
CMYK
RGB Variations
Color information
#FA84DF (or 0xFA84DF) is known color: Pale Magenta. HEX triplet: FA, 84 and DF. RGB value is (250,132,223). Sum of RGB (Red+Green+Blue) = 250+132+223=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84DF is #057B20. Grayscale: #B1B1B1. Windows color (decimal): -359201 or 14648570. OLE color: 14648570.
HSL color Cylindrical-coordinate representation of color #FA84DF: hue angle of 313.73º 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 #FA84DF is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 223 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.02 |
| HSL | 313.73º | 0.92% | 0.75% | - |
| HSV(B) | 313.73º | 0.47% | 0.98% | - |
| XYZ | 60.99 | 42.15 | 74.73 | - |
| YUV | 177.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 223 | 0 | 0.47 | 0.11 | 0.02 | 313.73 | 0.92 | 0.75 |
| Hex | FA | 84 | DF | 0 | 2F | B | 2 | 13A | 5C | 4B |
| Octal | 372 | 204 | 337 | 0 | 57 | 13 | 2 | 472 | 134 | 113 |
| Binary | 11111010 | 10000100 | 11011111 | 0 | 101111 | 1011 | 10 | 100111010 | 1011100 | 1001011 |
Color Harmonies of #FA84DF
Complementary color
Monochromatic Colors of #FA84DF
Black with #FA84DF
Text Example
Text Example
White with #FA84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84DF; }
p { color: rgb(250,132,223); }
H1.HeaderClassName
{
color: #FA84DF;
}
.AnyTagClassName
{
color: #FA84DF;
}
</style>
background-color css
<style>
a { background-color: #FA84DF; }
a { background-color: rgb(250,132,223); }
div.DivClassName
{
background-color: #FA84DF;
}
.BgClassName
{
background-color: #FA84DF;
}
</style>
border-color css
<style>
span { border-color: #FA84DF; }
span { border-color: rgb(250,132,223); }
td.TdClassName
{
border-color: #FA84DF;
}
.TagClassName
{
border-color: #FA84DF;
}
</style>