#FA80E3

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

Shades of Pale Magenta #FA80E3

Tints of Pale Magenta #FA80E3

Color information

#FA80E3 (or 0xFA80E3) is unknown color: approx Pale Magenta. HEX triplet: FA, 80 and E3. RGB value is (250,128,227). Sum of RGB (Red+Green+Blue) = 250+128+227=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80E3 is #057F1C. Grayscale: #AFAFAF. Windows color (decimal): -360221 or 14909690. OLE color: 14909690.

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

Color convert

RGB250128227-
CMYK00.490.090.02
HSL311.31º92.42%74.12%-
HSV(B)311.31º48.8%98.04%-
XYZ61.0141.3177.43-
YUV175.76156.92180.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 128 (50.39% from 255) = 21.16%
BLUE value IS 227 (89.06% from 255) = 37.52%
R=41.32%
G=21.16%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012822700.490.090.02311.3192.4274.12
HexFA80E3031921375c4a
Octal372200343061112467134112
Binary111110101000000011100011011000110011010011011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA80E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA80E3; }

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

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

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

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

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

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

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

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