#FA89D6

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

Shades of Pale Magenta #FA89D6

Tints of Pale Magenta #FA89D6

Color information

#FA89D6 (or 0xFA89D6) is unknown color: approx Pale Magenta. HEX triplet: FA, 89 and D6. RGB value is (250,137,214). Sum of RGB (Red+Green+Blue) = 250+137+214=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 137 (53.91% from 255 or 22.80% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89D6 is #057629. Grayscale: #B3B3B3. Windows color (decimal): -357930 or 14060026. OLE color: 14060026.

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

Color convert

RGB250137214-
CMYK00.450.140.02
HSL319.12º91.87%75.88%-
HSV(B)319.12º45.2%98.04%-
XYZ60.5143.0768.74-
YUV179.56147.44178.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 137 (53.91% from 255) = 22.80%
BLUE value IS 214 (83.98% from 255) = 35.61%
R=41.60%
G=22.80%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013721400.450.140.02319.1291.8775.88
HexFA89D602DE213f5c4c
Octal372211326055162477134114
Binary111110101000100111010110010110111101010011111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89D6; }

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

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

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

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

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

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

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

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