#FA73DC

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

Shades of Pale Magenta #FA73DC

Tints of Pale Magenta #FA73DC

Color information

#FA73DC (or 0xFA73DC) is unknown color: approx Pale Magenta. HEX triplet: FA, 73 and DC. RGB value is (250,115,220). Sum of RGB (Red+Green+Blue) = 250+115+220=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73DC is #058C23. Grayscale: #A7A7A7. Windows color (decimal): -363556 or 14447610. OLE color: 14447610.

HSL color Cylindrical-coordinate representation of color #FA73DC: hue angle of 313.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73DC is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250115220-
CMYK00.540.120.02
HSL313.33º93.1%71.57%-
HSV(B)313.33º54%98.04%-
XYZ58.4737.7571.92-
YUV167.34157.73186.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 115 (45.31% from 255) = 19.66%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=42.74%
G=19.66%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011522000.540.120.02313.3393.171.57
HexFA73DC036C21395d48
Octal372163334066142471135110
Binary11111010111001111011100011011011001010011100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA73DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA73DC; }

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

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

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

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

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

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

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

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