#FA73DD

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

Shades of Pale Magenta #FA73DD

Tints of Pale Magenta #FA73DD

Color information

#FA73DD (or 0xFA73DD) is unknown color: approx Pale Magenta. HEX triplet: FA, 73 and DD. RGB value is (250,115,221). Sum of RGB (Red+Green+Blue) = 250+115+221=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73DD is #058C22. Grayscale: #A7A7A7. Windows color (decimal): -363555 or 14513146. OLE color: 14513146.

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

Color convert

RGB250115221-
CMYK00.540.120.02
HSL312.89º93.1%71.57%-
HSV(B)312.89º54%98.04%-
XYZ58.6137.8172.61-
YUV167.45158.23186.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 115 (45.31% from 255) = 19.62%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=42.66%
G=19.62%
B=37.71%

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
Decimal25011522100.540.120.02312.8993.171.57
HexFA73DD036C21395d48
Octal372163335066142471135110
Binary11111010111001111011101011011011001010011100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA73DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA73DD; }

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

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

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

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

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

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

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

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