#FA77E6

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

Shades of Pale Magenta #FA77E6

Tints of Pale Magenta #FA77E6

Color information

#FA77E6 (or 0xFA77E6) is unknown color: approx Pale Magenta. HEX triplet: FA, 77 and E6. RGB value is (250,119,230). Sum of RGB (Red+Green+Blue) = 250+119+230=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 119 (46.88% from 255 or 19.87% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA77E6 is #058819. Grayscale: #AAAAAA. Windows color (decimal): -362522 or 15103994. OLE color: 15103994.

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

Color convert

RGB250119230-
CMYK00.520.080.02
HSL309.16º92.91%72.35%-
HSV(B)309.16º52.4%98.04%-
XYZ60.339.2379.26-
YUV170.82161.4184.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 119 (46.88% from 255) = 19.87%
BLUE value IS 230 (90.23% from 255) = 38.40%
R=41.74%
G=19.87%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011923000.520.080.02309.1692.9172.35
HexFA77E6034821355d48
Octal372167346064102465135110
Binary11111010111011111100110011010010001010011010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA77E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA77E6; }

 p { color: rgb(250,119,230); }

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

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

 a { background-color: rgb(250,119,230); }

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

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

 span { border-color: rgb(250,119,230); }

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