#FA76E7

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

Shades of Pale Magenta #FA76E7

Tints of Pale Magenta #FA76E7

Color information

#FA76E7 (or 0xFA76E7) is unknown color: approx Pale Magenta. HEX triplet: FA, 76 and E7. RGB value is (250,118,231). Sum of RGB (Red+Green+Blue) = 250+118+231=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 118 (46.48% from 255 or 19.70% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA76E7 is #058918. Grayscale: #AAAAAA. Windows color (decimal): -362777 or 15169274. OLE color: 15169274.

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

Color convert

RGB250118231-
CMYK00.530.080.02
HSL308.64º92.96%72.16%-
HSV(B)308.64º52.8%98.04%-
XYZ60.3339.0579.96-
YUV170.35162.23184.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 118 (46.48% from 255) = 19.70%
BLUE value IS 231 (90.62% from 255) = 38.56%
R=41.74%
G=19.70%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011823100.530.080.02308.6492.9672.16
HexFA76E7035821355d48
Octal372166347065102465135110
Binary11111010111011011100111011010110001010011010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA76E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA76E7; }

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

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

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

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

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

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

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

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