#FA88E9

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

Shades of Pale Magenta #FA88E9

Tints of Pale Magenta #FA88E9

Color information

#FA88E9 (or 0xFA88E9) is unknown color: approx Pale Magenta. HEX triplet: FA, 88 and E9. RGB value is (250,136,233). Sum of RGB (Red+Green+Blue) = 250+136+233=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 136 (53.52% from 255 or 21.97% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA88E9 is #057716. Grayscale: #B4B4B4. Windows color (decimal): -358167 or 15304954. OLE color: 15304954.

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

Color convert

RGB250136233-
CMYK00.460.070.02
HSL308.95º91.94%75.69%-
HSV(B)308.95º45.6%98.04%-
XYZ62.9443.8282.23-
YUV181.14157.27177.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 136 (53.52% from 255) = 21.97%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=40.39%
G=21.97%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013623300.460.070.02308.9591.9475.69
HexFA88E902E721355c4c
Octal37221035105672465134114
Binary11111010100010001110100101011101111010011010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88E9; }

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

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

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

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

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

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

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

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