#FC71E3

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

Shades of Pale Magenta #FC71E3

Tints of Pale Magenta #FC71E3

Color information

#FC71E3 (or 0xFC71E3) is unknown color: approx Pale Magenta. HEX triplet: FC, 71 and E3. RGB value is (252,113,227). Sum of RGB (Red+Green+Blue) = 252+113+227=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 113 (44.53% from 255 or 19.09% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71E3 is #038E1C. Grayscale: #A7A7A7. Windows color (decimal): -232989 or 14905852. OLE color: 14905852.

HSL color Cylindrical-coordinate representation of color #FC71E3: hue angle of 310.79º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC71E3 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252113227-
CMYK00.550.100.01
HSL310.79º95.86%71.57%-
HSV(B)310.79º55.16%98.82%-
XYZ59.9238.0576.86-
YUV167.56161.55188.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 113 (44.53% from 255) = 19.09%
BLUE value IS 227 (89.06% from 255) = 38.34%
R=42.57%
G=19.09%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211322700.550.100.01310.7995.8671.57
HexFC71E3037A11376048
Octal374161343067121467140110
Binary1111110011100011110001101101111010110011011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC71E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC71E3; }

 p { color: rgb(252,113,227); }

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

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

 a { background-color: rgb(252,113,227); }

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

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

 span { border-color: rgb(252,113,227); }

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