#FA89E6

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

Shades of Pale Magenta #FA89E6

Tints of Pale Magenta #FA89E6

Color information

#FA89E6 (or 0xFA89E6) is unknown color: approx Pale Magenta. HEX triplet: FA, 89 and E6. RGB value is (250,137,230). Sum of RGB (Red+Green+Blue) = 250+137+230=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 137 (53.91% from 255 or 22.20% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89E6 is #057619. Grayscale: #B5B5B5. Windows color (decimal): -357914 or 15108602. OLE color: 15108602.

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

Color convert

RGB250137230-
CMYK00.450.080.02
HSL310.62º91.87%75.88%-
HSV(B)310.62º45.2%98.04%-
XYZ62.6543.9380.04-
YUV181.39155.44176.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 137 (53.91% from 255) = 22.20%
BLUE value IS 230 (90.23% from 255) = 37.28%
R=40.52%
G=22.20%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013723000.450.080.02310.6291.8775.88
HexFA89E602D821375c4c
Octal372211346055102467134114
Binary111110101000100111100110010110110001010011011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89E6; }

 p { color: rgb(250,137,230); }

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

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

 a { background-color: rgb(250,137,230); }

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

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

 span { border-color: rgb(250,137,230); }

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