#FA6EE7

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

Shades of Pale Magenta #FA6EE7

Tints of Pale Magenta #FA6EE7

Color information

#FA6EE7 (or 0xFA6EE7) is unknown color: approx Pale Magenta. HEX triplet: FA, 6E and E7. RGB value is (250,110,231). Sum of RGB (Red+Green+Blue) = 250+110+231=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6EE7 is #059118. Grayscale: #A5A5A5. Windows color (decimal): -364825 or 15167226. OLE color: 15167226.

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

Color convert

RGB250110231-
CMYK00.560.080.02
HSL308.14º93.33%70.59%-
HSV(B)308.14º56%98.04%-
XYZ59.4237.2579.66-
YUV165.65164.88188.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 110 (43.36% from 255) = 18.61%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=42.30%
G=18.61%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011023100.560.080.02308.1493.3370.59
HexFA6EE7038821345d47
Octal372156347070102464135107
Binary11111010110111011100111011100010001010011010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6EE7; }

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

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

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

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

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

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

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

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