#FA89DC

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

Shades of Pale Magenta #FA89DC

Tints of Pale Magenta #FA89DC

Color information

#FA89DC (or 0xFA89DC) is unknown color: approx Pale Magenta. HEX triplet: FA, 89 and DC. RGB value is (250,137,220). Sum of RGB (Red+Green+Blue) = 250+137+220=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 137 (53.91% from 255 or 22.57% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89DC is #057623. Grayscale: #B4B4B4. Windows color (decimal): -357924 or 14453242. OLE color: 14453242.

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

Color convert

RGB250137220-
CMYK00.450.120.02
HSL315.93º91.87%75.88%-
HSV(B)315.93º45.2%98.04%-
XYZ61.2943.3872.85-
YUV180.25150.44177.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 137 (53.91% from 255) = 22.57%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=41.19%
G=22.57%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013722000.450.120.02315.9391.8775.88
HexFA89DC02DC213c5c4c
Octal372211334055142474134114
Binary111110101000100111011100010110111001010011110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89DC; }

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

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

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

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

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

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

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

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