#FA6EE8

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

Shades of Pale Magenta #FA6EE8

Tints of Pale Magenta #FA6EE8

Color information

#FA6EE8 (or 0xFA6EE8) is unknown color: approx Pale Magenta. HEX triplet: FA, 6E and E8. RGB value is (250,110,232). Sum of RGB (Red+Green+Blue) = 250+110+232=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 110 (43.36% from 255 or 18.58% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6EE8 is #059117. Grayscale: #A5A5A5. Windows color (decimal): -364824 or 15232762. OLE color: 15232762.

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

Color convert

RGB250110232-
CMYK00.560.070.02
HSL307.71º93.33%70.59%-
HSV(B)307.71º56%98.04%-
XYZ59.5737.380.4-
YUV165.77165.38188.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 110 (43.36% from 255) = 18.58%
BLUE value IS 232 (91.02% from 255) = 39.19%
R=42.23%
G=18.58%
B=39.19%

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
Decimal25011023200.560.070.02307.7193.3370.59
HexFA6EE8038721345d47
Octal37215635007072464135107
Binary1111101011011101110100001110001111010011010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6EE8; }

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

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

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

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

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

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

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

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