#FA71E5

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

Shades of Pale Magenta #FA71E5

Tints of Pale Magenta #FA71E5

Color information

#FA71E5 (or 0xFA71E5) is unknown color: approx Pale Magenta. HEX triplet: FA, 71 and E5. RGB value is (250,113,229). Sum of RGB (Red+Green+Blue) = 250+113+229=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 113 (44.53% from 255 or 19.09% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71E5 is #058E1A. Grayscale: #A6A6A6. Windows color (decimal): -364059 or 15036922. OLE color: 15036922.

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

Color convert

RGB250113229-
CMYK00.550.080.02
HSL309.2º93.2%71.18%-
HSV(B)309.2º54.8%98.04%-
XYZ59.4737.7978.29-
YUV167.19162.89187.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 113 (44.53% from 255) = 19.09%
BLUE value IS 229 (89.84% from 255) = 38.68%
R=42.23%
G=19.09%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011322900.550.080.02309.293.271.18
HexFA71E5037821355d47
Octal372161345067102465135107
Binary11111010111000111100101011011110001010011010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA71E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA71E5; }

 p { color: rgb(250,113,229); }

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

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

 a { background-color: rgb(250,113,229); }

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

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

 span { border-color: rgb(250,113,229); }

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