#FA89DF

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

Shades of Pale Magenta #FA89DF

Tints of Pale Magenta #FA89DF

Color information

#FA89DF (or 0xFA89DF) is unknown color: approx Pale Magenta. HEX triplet: FA, 89 and DF. RGB value is (250,137,223). Sum of RGB (Red+Green+Blue) = 250+137+223=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 137 (53.91% from 255 or 22.46% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89DF is #057620. Grayscale: #B4B4B4. Windows color (decimal): -357921 or 14649850. OLE color: 14649850.

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

Color convert

RGB250137223-
CMYK00.450.110.02
HSL314.34º91.87%75.88%-
HSV(B)314.34º45.2%98.04%-
XYZ61.6943.5474.97-
YUV180.59151.94177.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 137 (53.91% from 255) = 22.46%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=40.98%
G=22.46%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013722300.450.110.02314.3491.8775.88
HexFA89DF02DB213a5c4c
Octal372211337055132472134114
Binary111110101000100111011111010110110111010011101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89DF; }

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

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

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

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

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

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

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

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