#FA87EA

Color #FA87EA Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FA87EA

Tints of Pale Magenta #FA87EA

Color information

#FA87EA (or 0xFA87EA) is unknown color: approx Pale Magenta. HEX triplet: FA, 87 and EA. RGB value is (250,135,234). Sum of RGB (Red+Green+Blue) = 250+135+234=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 135 (53.12% from 255 or 21.81% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA87EA is #057815. Grayscale: #B4B4B4. Windows color (decimal): -358422 or 15370234. OLE color: 15370234.

HSL color Cylindrical-coordinate representation of color #FA87EA: hue angle of 308.35º 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 #FA87EA is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250135234-
CMYK00.460.060.02
HSL308.35º92%75.49%-
HSV(B)308.35º46%98.04%-
XYZ62.9443.5982.94-
YUV180.67158.1177.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 135 (53.12% from 255) = 21.81%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=40.39%
G=21.81%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013523400.460.060.02308.359275.49
HexFA87EA02E621345c4b
Octal37220735205662464134113
Binary11111010100001111110101001011101101010011010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87EA; }

 p { color: rgb(250,135,234); }

 H1.HeaderClassName
 {
   color: #FA87EA;
 }
 .AnyTagClassName
 {
   color: #FA87EA;
 }
</style>
background-color css

<style>
 a { background-color: #FA87EA; }

 a { background-color: rgb(250,135,234); }

 div.DivClassName
 {
   background-color: #FA87EA;
 }
 .BgClassName
 {
   background-color: #FA87EA;
 }
</style>
border-color css

<style>
 span { border-color: #FA87EA; }

 span { border-color: rgb(250,135,234); }

 td.TdClassName
 {
   border-color: #FA87EA;
 }
 .TagClassName
 {
   border-color: #FA87EA;
 }
</style>