Shades of Pale Magenta #FA80ED
Tints of Pale Magenta #FA80ED
RGB
CMYK
RGB Variations
Color information
#FA80ED (or 0xFA80ED) is known color: Pale Magenta. HEX triplet: FA, 80 and ED. RGB value is (250,128,237). Sum of RGB (Red+Green+Blue) = 250+128+237=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80ED is #057F12. Grayscale: #B0B0B0. Windows color (decimal): -360211 or 15565050. OLE color: 15565050.
HSL color Cylindrical-coordinate representation of color #FA80ED: hue angle of 306.39º 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 #FA80ED is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 237 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.02 |
| HSL | 306.39º | 0.92% | 0.74% | - |
| HSV(B) | 306.39º | 0.49% | 0.98% | - |
| XYZ | 62.43 | 41.88 | 84.91 | - |
| YUV | 176.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 237 | 0 | 0.49 | 0.05 | 0.02 | 306.39 | 0.92 | 0.74 |
| Hex | FA | 80 | ED | 0 | 31 | 5 | 2 | 132 | 5C | 4A |
| Octal | 372 | 200 | 355 | 0 | 61 | 5 | 2 | 462 | 134 | 112 |
| Binary | 11111010 | 10000000 | 11101101 | 0 | 110001 | 101 | 10 | 100110010 | 1011100 | 1001010 |
Color Harmonies of #FA80ED
Complementary color
Monochromatic Colors of #FA80ED
Black with #FA80ED
Text Example
Text Example
White with #FA80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80ED; }
p { color: rgb(250,128,237); }
H1.HeaderClassName
{
color: #FA80ED;
}
.AnyTagClassName
{
color: #FA80ED;
}
</style>
background-color css
<style>
a { background-color: #FA80ED; }
a { background-color: rgb(250,128,237); }
div.DivClassName
{
background-color: #FA80ED;
}
.BgClassName
{
background-color: #FA80ED;
}
</style>
border-color css
<style>
span { border-color: #FA80ED; }
span { border-color: rgb(250,128,237); }
td.TdClassName
{
border-color: #FA80ED;
}
.TagClassName
{
border-color: #FA80ED;
}
</style>