#FA88E4

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

Shades of Pale Magenta #FA88E4

Tints of Pale Magenta #FA88E4

Color information

#FA88E4 (or 0xFA88E4) is unknown color: approx Pale Magenta. HEX triplet: FA, 88 and E4. RGB value is (250,136,228). Sum of RGB (Red+Green+Blue) = 250+136+228=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88E4 is #05771B. Grayscale: #B4B4B4. Windows color (decimal): -358172 or 14977274. OLE color: 14977274.

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

Color convert

RGB250136228-
CMYK00.460.090.02
HSL311.58º91.94%75.69%-
HSV(B)311.58º45.6%98.04%-
XYZ62.2343.5378.52-
YUV180.57154.77177.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 136 (53.52% from 255) = 22.15%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=40.72%
G=22.15%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013622800.460.090.02311.5891.9475.69
HexFA88E402E921385c4c
Octal372210344056112470134114
Binary111110101000100011100100010111010011010011100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88E4; }

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

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

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

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

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

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

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

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