Shades of Pale Magenta #FA87E2
Tints of Pale Magenta #FA87E2
RGB
CMYK
RGB Variations
Color information
#FA87E2 (or 0xFA87E2) is known color: Pale Magenta. HEX triplet: FA, 87 and E2. RGB value is (250,135,226). Sum of RGB (Red+Green+Blue) = 250+135+226=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 135 (53.12% from 255 or 22.09% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87E2 is #05781D. Grayscale: #B3B3B3. Windows color (decimal): -358430 or 14845946. OLE color: 14845946.
HSL color Cylindrical-coordinate representation of color #FA87E2: hue angle of 312.52º 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 #FA87E2 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 226 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.02 |
| HSL | 312.52º | 0.92% | 0.75% | - |
| HSV(B) | 312.52º | 0.46% | 0.98% | - |
| XYZ | 61.82 | 43.14 | 77.02 | - |
| YUV | 179.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 226 | 0 | 0.46 | 0.10 | 0.02 | 312.52 | 0.92 | 0.75 |
| Hex | FA | 87 | E2 | 0 | 2E | A | 2 | 139 | 5C | 4B |
| Octal | 372 | 207 | 342 | 0 | 56 | 12 | 2 | 471 | 134 | 113 |
| Binary | 11111010 | 10000111 | 11100010 | 0 | 101110 | 1010 | 10 | 100111001 | 1011100 | 1001011 |
Color Harmonies of #FA87E2
Complementary color
Monochromatic Colors of #FA87E2
Black with #FA87E2
Text Example
Text Example
White with #FA87E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA87E2; }
p { color: rgb(250,135,226); }
H1.HeaderClassName
{
color: #FA87E2;
}
.AnyTagClassName
{
color: #FA87E2;
}
</style>
background-color css
<style>
a { background-color: #FA87E2; }
a { background-color: rgb(250,135,226); }
div.DivClassName
{
background-color: #FA87E2;
}
.BgClassName
{
background-color: #FA87E2;
}
</style>
border-color css
<style>
span { border-color: #FA87E2; }
span { border-color: rgb(250,135,226); }
td.TdClassName
{
border-color: #FA87E2;
}
.TagClassName
{
border-color: #FA87E2;
}
</style>