#FA89E3

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

Shades of Pale Magenta #FA89E3

Tints of Pale Magenta #FA89E3

Color information

#FA89E3 (or 0xFA89E3) is unknown color: approx Pale Magenta. HEX triplet: FA, 89 and E3. RGB value is (250,137,227). Sum of RGB (Red+Green+Blue) = 250+137+227=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 137 (53.91% from 255 or 22.31% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89E3 is #05761C. Grayscale: #B4B4B4. Windows color (decimal): -357917 or 14911994. OLE color: 14911994.

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

Color convert

RGB250137227-
CMYK00.450.090.02
HSL312.21º91.87%75.88%-
HSV(B)312.21º45.2%98.04%-
XYZ62.2443.7677.84-
YUV181.05153.94177.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 137 (53.91% from 255) = 22.31%
BLUE value IS 227 (89.06% from 255) = 36.97%
R=40.72%
G=22.31%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013722700.450.090.02312.2191.8775.88
HexFA89E302D921385c4c
Octal372211343055112470134114
Binary111110101000100111100011010110110011010011100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89E3; }

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

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

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

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

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

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

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

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