#FA88EA

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

Shades of Pale Magenta #FA88EA

Tints of Pale Magenta #FA88EA

Color information

#FA88EA (or 0xFA88EA) is unknown color: approx Pale Magenta. HEX triplet: FA, 88 and EA. RGB value is (250,136,234). Sum of RGB (Red+Green+Blue) = 250+136+234=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 136 (53.52% from 255 or 21.94% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA88EA is #057715. Grayscale: #B4B4B4. Windows color (decimal): -358166 or 15370490. OLE color: 15370490.

HSL color Cylindrical-coordinate representation of color #FA88EA: hue angle of 308.42º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA88EA is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250136234-
CMYK00.460.060.02
HSL308.42º91.94%75.69%-
HSV(B)308.42º45.6%98.04%-
XYZ63.0843.8782.99-
YUV181.26157.77177.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 136 (53.52% from 255) = 21.94%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=40.32%
G=21.94%
B=37.74%

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
Decimal25013623400.460.060.02308.4291.9475.69
HexFA88EA02E621345c4c
Octal37221035205662464134114
Binary11111010100010001110101001011101101010011010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88EA; }

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

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

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

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

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

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

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

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