Shades of Pale Magenta #FA80EA
Tints of Pale Magenta #FA80EA
RGB
CMYK
RGB Variations
Color information
#FA80EA (or 0xFA80EA) is known color: Pale Magenta. HEX triplet: FA, 80 and EA. RGB value is (250,128,234). Sum of RGB (Red+Green+Blue) = 250+128+234=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 128 (50.39% from 255 or 20.92% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80EA is #057F15. Grayscale: #B0B0B0. Windows color (decimal): -360214 or 15368442. OLE color: 15368442.
HSL color Cylindrical-coordinate representation of color #FA80EA: hue angle of 307.87º 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 #FA80EA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 234 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.02 |
| HSL | 307.87º | 0.92% | 0.74% | - |
| HSV(B) | 307.87º | 0.49% | 0.98% | - |
| XYZ | 61.99 | 41.7 | 82.62 | - |
| YUV | 176.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 234 | 0 | 0.49 | 0.06 | 0.02 | 307.87 | 0.92 | 0.74 |
| Hex | FA | 80 | EA | 0 | 31 | 6 | 2 | 134 | 5C | 4A |
| Octal | 372 | 200 | 352 | 0 | 61 | 6 | 2 | 464 | 134 | 112 |
| Binary | 11111010 | 10000000 | 11101010 | 0 | 110001 | 110 | 10 | 100110100 | 1011100 | 1001010 |
Color Harmonies of #FA80EA
Complementary color
Monochromatic Colors of #FA80EA
Black with #FA80EA
Text Example
Text Example
White with #FA80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80EA; }
p { color: rgb(250,128,234); }
H1.HeaderClassName
{
color: #FA80EA;
}
.AnyTagClassName
{
color: #FA80EA;
}
</style>
background-color css
<style>
a { background-color: #FA80EA; }
a { background-color: rgb(250,128,234); }
div.DivClassName
{
background-color: #FA80EA;
}
.BgClassName
{
background-color: #FA80EA;
}
</style>
border-color css
<style>
span { border-color: #FA80EA; }
span { border-color: rgb(250,128,234); }
td.TdClassName
{
border-color: #FA80EA;
}
.TagClassName
{
border-color: #FA80EA;
}
</style>