#FA80E7

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

Shades of Pale Magenta #FA80E7

Tints of Pale Magenta #FA80E7

Color information

#FA80E7 (or 0xFA80E7) is unknown color: approx Pale Magenta. HEX triplet: FA, 80 and E7. RGB value is (250,128,231). Sum of RGB (Red+Green+Blue) = 250+128+231=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80E7 is #057F18. Grayscale: #AFAFAF. Windows color (decimal): -360217 or 15171834. OLE color: 15171834.

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

Color convert

RGB250128231-
CMYK00.490.080.02
HSL309.34º92.42%74.12%-
HSV(B)309.34º48.8%98.04%-
XYZ61.5741.5380.37-
YUV176.22158.92180.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 128 (50.39% from 255) = 21.02%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=41.05%
G=21.02%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012823100.490.080.02309.3492.4274.12
HexFA80E7031821355c4a
Octal372200347061102465134112
Binary111110101000000011100111011000110001010011010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA80E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA80E7; }

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

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

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

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

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

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

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

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