Shades of Pale Magenta #FA86EF
Tints of Pale Magenta #FA86EF
RGB
CMYK
RGB Variations
Color information
#FA86EF (or 0xFA86EF) is known color: Pale Magenta. HEX triplet: FA, 86 and EF. RGB value is (250,134,239). Sum of RGB (Red+Green+Blue) = 250+134+239=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA86EF is #057910. Grayscale: #B4B4B4. Windows color (decimal): -358673 or 15697658. OLE color: 15697658.
HSL color Cylindrical-coordinate representation of color #FA86EF: hue angle of 305.69º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA86EF is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 239 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.02 |
| HSL | 305.69º | 0.92% | 0.75% | - |
| HSV(B) | 305.69º | 0.46% | 0.98% | - |
| XYZ | 63.53 | 43.61 | 86.73 | - |
| YUV | 180.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 239 | 0 | 0.46 | 0.04 | 0.02 | 305.69 | 0.92 | 0.75 |
| Hex | FA | 86 | EF | 0 | 2E | 4 | 2 | 132 | 5C | 4B |
| Octal | 372 | 206 | 357 | 0 | 56 | 4 | 2 | 462 | 134 | 113 |
| Binary | 11111010 | 10000110 | 11101111 | 0 | 101110 | 100 | 10 | 100110010 | 1011100 | 1001011 |
Color Harmonies of #FA86EF
Complementary color
Monochromatic Colors of #FA86EF
Black with #FA86EF
Text Example
Text Example
White with #FA86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA86EF; }
p { color: rgb(250,134,239); }
H1.HeaderClassName
{
color: #FA86EF;
}
.AnyTagClassName
{
color: #FA86EF;
}
</style>
background-color css
<style>
a { background-color: #FA86EF; }
a { background-color: rgb(250,134,239); }
div.DivClassName
{
background-color: #FA86EF;
}
.BgClassName
{
background-color: #FA86EF;
}
</style>
border-color css
<style>
span { border-color: #FA86EF; }
span { border-color: rgb(250,134,239); }
td.TdClassName
{
border-color: #FA86EF;
}
.TagClassName
{
border-color: #FA86EF;
}
</style>