#FC7FE4

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

Shades of Pale Magenta #FC7FE4

Tints of Pale Magenta #FC7FE4

Color information

#FC7FE4 (or 0xFC7FE4) is unknown color: approx Pale Magenta. HEX triplet: FC, 7F and E4. RGB value is (252,127,228). Sum of RGB (Red+Green+Blue) = 252+127+228=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 127 (50% from 255 or 20.92% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FE4 is #03801B. Grayscale: #AFAFAF. Windows color (decimal): -229404 or 14974972. OLE color: 14974972.

HSL color Cylindrical-coordinate representation of color #FC7FE4: hue angle of 311.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FE4 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252127228-
CMYK00.500.100.01
HSL311.52º95.42%74.31%-
HSV(B)311.52º49.6%98.82%-
XYZ61.7441.4878.15-
YUV175.89157.41182.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 127 (50% from 255) = 20.92%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=41.52%
G=20.92%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212722800.500.100.01311.5295.4274.31
HexFC7FE4032A11385f4a
Octal374177344062121470137112
Binary1111110011111111110010001100101010110011100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FE4; }

 p { color: rgb(252,127,228); }

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

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

 a { background-color: rgb(252,127,228); }

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

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

 span { border-color: rgb(252,127,228); }

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