Shades of Pale Magenta #FA82EA
Tints of Pale Magenta #FA82EA
RGB
CMYK
RGB Variations
Color information
#FA82EA (or 0xFA82EA) is known color: Pale Magenta. HEX triplet: FA, 82 and EA. RGB value is (250,130,234). Sum of RGB (Red+Green+Blue) = 250+130+234=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA82EA is #057D15. Grayscale: #B1B1B1. Windows color (decimal): -359702 or 15368954. OLE color: 15368954.
HSL color Cylindrical-coordinate representation of color #FA82EA: hue angle of 308º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA82EA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 234 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.02 |
| HSL | 308º | 0.92% | 0.75% | - |
| HSV(B) | 308º | 0.48% | 0.98% | - |
| XYZ | 62.26 | 42.23 | 82.71 | - |
| YUV | 177.74 | 159.76 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 234 | 0 | 0.48 | 0.06 | 0.02 | 308 | 0.92 | 0.75 |
| Hex | FA | 82 | EA | 0 | 30 | 6 | 2 | 134 | 5C | 4B |
| Octal | 372 | 202 | 352 | 0 | 60 | 6 | 2 | 464 | 134 | 113 |
| Binary | 11111010 | 10000010 | 11101010 | 0 | 110000 | 110 | 10 | 100110100 | 1011100 | 1001011 |
Color Harmonies of #FA82EA
Complementary color
Monochromatic Colors of #FA82EA
Black with #FA82EA
Text Example
Text Example
White with #FA82EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA82EA; }
p { color: rgb(250,130,234); }
H1.HeaderClassName
{
color: #FA82EA;
}
.AnyTagClassName
{
color: #FA82EA;
}
</style>
background-color css
<style>
a { background-color: #FA82EA; }
a { background-color: rgb(250,130,234); }
div.DivClassName
{
background-color: #FA82EA;
}
.BgClassName
{
background-color: #FA82EA;
}
</style>
border-color css
<style>
span { border-color: #FA82EA; }
span { border-color: rgb(250,130,234); }
td.TdClassName
{
border-color: #FA82EA;
}
.TagClassName
{
border-color: #FA82EA;
}
</style>