#FA89EE

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

Shades of Pale Magenta #FA89EE

Tints of Pale Magenta #FA89EE

Color information

#FA89EE (or 0xFA89EE) is unknown color: approx Pale Magenta. HEX triplet: FA, 89 and EE. RGB value is (250,137,238). Sum of RGB (Red+Green+Blue) = 250+137+238=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 137 (53.91% from 255 or 21.92% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89EE is #057611. Grayscale: #B6B6B6. Windows color (decimal): -357906 or 15632890. OLE color: 15632890.

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

Color convert

RGB250137238-
CMYK00.450.050.02
HSL306.37º91.87%75.88%-
HSV(B)306.37º45.2%98.04%-
XYZ63.844.3986.09-
YUV182.3159.44176.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 137 (53.91% from 255) = 21.92%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=40%
G=21.92%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013723800.450.050.02306.3791.8775.88
HexFA89EE02D521325c4c
Octal37221135605552462134114
Binary11111010100010011110111001011011011010011001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89EE; }

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

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

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

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

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

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

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

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