#FA89E8

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

Shades of Pale Magenta #FA89E8

Tints of Pale Magenta #FA89E8

Color information

#FA89E8 (or 0xFA89E8) is unknown color: approx Pale Magenta. HEX triplet: FA, 89 and E8. RGB value is (250,137,232). Sum of RGB (Red+Green+Blue) = 250+137+232=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 137 (53.91% from 255 or 22.13% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89E8 is #057617. Grayscale: #B5B5B5. Windows color (decimal): -357912 or 15239674. OLE color: 15239674.

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

Color convert

RGB250137232-
CMYK00.450.070.02
HSL309.56º91.87%75.88%-
HSV(B)309.56º45.2%98.04%-
XYZ62.9444.0481.53-
YUV181.62156.44176.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 137 (53.91% from 255) = 22.13%
BLUE value IS 232 (91.02% from 255) = 37.48%
R=40.39%
G=22.13%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013723200.450.070.02309.5691.8775.88
HexFA89E802D721365c4c
Octal37221135005572466134114
Binary11111010100010011110100001011011111010011011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89E8; }

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

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

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

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

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

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

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

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