Shades of Pale Magenta #FA83ED
Tints of Pale Magenta #FA83ED
RGB
CMYK
RGB Variations
Color information
#FA83ED (or 0xFA83ED) is known color: Pale Magenta. HEX triplet: FA, 83 and ED. RGB value is (250,131,237). Sum of RGB (Red+Green+Blue) = 250+131+237=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 131 (51.56% from 255 or 21.20% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA83ED is #057C12. Grayscale: #B2B2B2. Windows color (decimal): -359443 or 15565818. OLE color: 15565818.
HSL color Cylindrical-coordinate representation of color #FA83ED: hue angle of 306.55º 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 #FA83ED is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 237 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.02 |
| HSL | 306.55º | 0.92% | 0.75% | - |
| HSV(B) | 306.55º | 0.48% | 0.98% | - |
| XYZ | 62.83 | 42.67 | 85.05 | - |
| YUV | 178.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 237 | 0 | 0.48 | 0.05 | 0.02 | 306.55 | 0.92 | 0.75 |
| Hex | FA | 83 | ED | 0 | 30 | 5 | 2 | 133 | 5C | 4B |
| Octal | 372 | 203 | 355 | 0 | 60 | 5 | 2 | 463 | 134 | 113 |
| Binary | 11111010 | 10000011 | 11101101 | 0 | 110000 | 101 | 10 | 100110011 | 1011100 | 1001011 |
Color Harmonies of #FA83ED
Complementary color
Monochromatic Colors of #FA83ED
Black with #FA83ED
Text Example
Text Example
White with #FA83ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA83ED; }
p { color: rgb(250,131,237); }
H1.HeaderClassName
{
color: #FA83ED;
}
.AnyTagClassName
{
color: #FA83ED;
}
</style>
background-color css
<style>
a { background-color: #FA83ED; }
a { background-color: rgb(250,131,237); }
div.DivClassName
{
background-color: #FA83ED;
}
.BgClassName
{
background-color: #FA83ED;
}
</style>
border-color css
<style>
span { border-color: #FA83ED; }
span { border-color: rgb(250,131,237); }
td.TdClassName
{
border-color: #FA83ED;
}
.TagClassName
{
border-color: #FA83ED;
}
</style>