Shades of Pale Magenta #FA83EF
Tints of Pale Magenta #FA83EF
RGB
CMYK
RGB Variations
Color information
#FA83EF (or 0xFA83EF) is known color: Pale Magenta. HEX triplet: FA, 83 and EF. RGB value is (250,131,239). Sum of RGB (Red+Green+Blue) = 250+131+239=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 131 (51.56% from 255 or 21.13% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA83EF is #057C10. Grayscale: #B2B2B2. Windows color (decimal): -359441 or 15696890. OLE color: 15696890.
HSL color Cylindrical-coordinate representation of color #FA83EF: hue angle of 305.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 #FA83EF is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 239 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.02 |
| HSL | 305.55º | 0.92% | 0.75% | - |
| HSV(B) | 305.55º | 0.48% | 0.98% | - |
| XYZ | 63.12 | 42.79 | 86.59 | - |
| YUV | 178.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 239 | 0 | 0.48 | 0.04 | 0.02 | 305.55 | 0.92 | 0.75 |
| Hex | FA | 83 | EF | 0 | 30 | 4 | 2 | 132 | 5C | 4B |
| Octal | 372 | 203 | 357 | 0 | 60 | 4 | 2 | 462 | 134 | 113 |
| Binary | 11111010 | 10000011 | 11101111 | 0 | 110000 | 100 | 10 | 100110010 | 1011100 | 1001011 |
Color Harmonies of #FA83EF
Complementary color
Monochromatic Colors of #FA83EF
Black with #FA83EF
Text Example
Text Example
White with #FA83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA83EF; }
p { color: rgb(250,131,239); }
H1.HeaderClassName
{
color: #FA83EF;
}
.AnyTagClassName
{
color: #FA83EF;
}
</style>
background-color css
<style>
a { background-color: #FA83EF; }
a { background-color: rgb(250,131,239); }
div.DivClassName
{
background-color: #FA83EF;
}
.BgClassName
{
background-color: #FA83EF;
}
</style>
border-color css
<style>
span { border-color: #FA83EF; }
span { border-color: rgb(250,131,239); }
td.TdClassName
{
border-color: #FA83EF;
}
.TagClassName
{
border-color: #FA83EF;
}
</style>