Shades of Pale Magenta #FA80D9
Tints of Pale Magenta #FA80D9
RGB
CMYK
RGB Variations
Color information
#FA80D9 (or 0xFA80D9) is known color: Pale Magenta. HEX triplet: FA, 80 and D9. RGB value is (250,128,217). Sum of RGB (Red+Green+Blue) = 250+128+217=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80D9 is #057F26. Grayscale: #AEAEAE. Windows color (decimal): -360231 or 14254330. OLE color: 14254330.
HSL color Cylindrical-coordinate representation of color #FA80D9: hue angle of 316.23º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80D9 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 217 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.02 |
| HSL | 316.23º | 0.92% | 0.74% | - |
| HSV(B) | 316.23º | 0.49% | 0.98% | - |
| XYZ | 59.67 | 40.77 | 70.37 | - |
| YUV | 174.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 217 | 0 | 0.49 | 0.13 | 0.02 | 316.23 | 0.92 | 0.74 |
| Hex | FA | 80 | D9 | 0 | 31 | D | 2 | 13C | 5C | 4A |
| Octal | 372 | 200 | 331 | 0 | 61 | 15 | 2 | 474 | 134 | 112 |
| Binary | 11111010 | 10000000 | 11011001 | 0 | 110001 | 1101 | 10 | 100111100 | 1011100 | 1001010 |
Color Harmonies of #FA80D9
Complementary color
Monochromatic Colors of #FA80D9
Black with #FA80D9
Text Example
Text Example
White with #FA80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80D9; }
p { color: rgb(250,128,217); }
H1.HeaderClassName
{
color: #FA80D9;
}
.AnyTagClassName
{
color: #FA80D9;
}
</style>
background-color css
<style>
a { background-color: #FA80D9; }
a { background-color: rgb(250,128,217); }
div.DivClassName
{
background-color: #FA80D9;
}
.BgClassName
{
background-color: #FA80D9;
}
</style>
border-color css
<style>
span { border-color: #FA80D9; }
span { border-color: rgb(250,128,217); }
td.TdClassName
{
border-color: #FA80D9;
}
.TagClassName
{
border-color: #FA80D9;
}
</style>