#FA89EA

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

Shades of Pale Magenta #FA89EA

Tints of Pale Magenta #FA89EA

Color information

#FA89EA (or 0xFA89EA) is unknown color: approx Pale Magenta. HEX triplet: FA, 89 and EA. RGB value is (250,137,234). Sum of RGB (Red+Green+Blue) = 250+137+234=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 137 (53.91% from 255 or 22.06% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89EA is #057615. Grayscale: #B5B5B5. Windows color (decimal): -357910 or 15370746. OLE color: 15370746.

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

Color convert

RGB250137234-
CMYK00.450.060.02
HSL308.5º91.87%75.88%-
HSV(B)308.5º45.2%98.04%-
XYZ63.2244.1683.03-
YUV181.84157.44176.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 137 (53.91% from 255) = 22.06%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=40.26%
G=22.06%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013723400.450.060.02308.591.8775.88
HexFA89EA02D621345c4c
Octal37221135205562464134114
Binary11111010100010011110101001011011101010011010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89EA; }

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

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

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

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

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

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

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

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