Shades of Pale Magenta #FA80D5
Tints of Pale Magenta #FA80D5
RGB
CMYK
RGB Variations
Color information
#FA80D5 (or 0xFA80D5) is known color: Pale Magenta. HEX triplet: FA, 80 and D5. RGB value is (250,128,213). Sum of RGB (Red+Green+Blue) = 250+128+213=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80D5 is #057F2A. Grayscale: #ADADAD. Windows color (decimal): -360235 or 13992186. OLE color: 13992186.
HSL color Cylindrical-coordinate representation of color #FA80D5: hue angle of 318.2º 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 #FA80D5 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 213 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.02 |
| HSL | 318.2º | 0.92% | 0.74% | - |
| HSV(B) | 318.2º | 0.49% | 0.98% | - |
| XYZ | 59.15 | 40.57 | 67.66 | - |
| YUV | 174.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 213 | 0 | 0.49 | 0.15 | 0.02 | 318.2 | 0.92 | 0.74 |
| Hex | FA | 80 | D5 | 0 | 31 | F | 2 | 13E | 5C | 4A |
| Octal | 372 | 200 | 325 | 0 | 61 | 17 | 2 | 476 | 134 | 112 |
| Binary | 11111010 | 10000000 | 11010101 | 0 | 110001 | 1111 | 10 | 100111110 | 1011100 | 1001010 |
Color Harmonies of #FA80D5
Complementary color
Monochromatic Colors of #FA80D5
Black with #FA80D5
Text Example
Text Example
White with #FA80D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80D5; }
p { color: rgb(250,128,213); }
H1.HeaderClassName
{
color: #FA80D5;
}
.AnyTagClassName
{
color: #FA80D5;
}
</style>
background-color css
<style>
a { background-color: #FA80D5; }
a { background-color: rgb(250,128,213); }
div.DivClassName
{
background-color: #FA80D5;
}
.BgClassName
{
background-color: #FA80D5;
}
</style>
border-color css
<style>
span { border-color: #FA80D5; }
span { border-color: rgb(250,128,213); }
td.TdClassName
{
border-color: #FA80D5;
}
.TagClassName
{
border-color: #FA80D5;
}
</style>