#FA6EE9

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

Shades of Pale Magenta #FA6EE9

Tints of Pale Magenta #FA6EE9

Color information

#FA6EE9 (or 0xFA6EE9) is unknown color: approx Pale Magenta. HEX triplet: FA, 6E and E9. RGB value is (250,110,233). Sum of RGB (Red+Green+Blue) = 250+110+233=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 110 (43.36% from 255 or 18.55% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6EE9 is #059116. Grayscale: #A5A5A5. Windows color (decimal): -364823 or 15298298. OLE color: 15298298.

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

Color convert

RGB250110233-
CMYK00.560.070.02
HSL307.29º93.33%70.59%-
HSV(B)307.29º56%98.04%-
XYZ59.7137.3681.15-
YUV165.88165.88188-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 110 (43.36% from 255) = 18.55%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=42.16%
G=18.55%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011023300.560.070.02307.2993.3370.59
HexFA6EE9038721335d47
Octal37215635107072463135107
Binary1111101011011101110100101110001111010011001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6EE9; }

 p { color: rgb(250,110,233); }

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

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

 a { background-color: rgb(250,110,233); }

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

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

 span { border-color: rgb(250,110,233); }

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