#FC7FE0

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

Shades of Pale Magenta #FC7FE0

Tints of Pale Magenta #FC7FE0

Color information

#FC7FE0 (or 0xFC7FE0) is unknown color: approx Pale Magenta. HEX triplet: FC, 7F and E0. RGB value is (252,127,224). Sum of RGB (Red+Green+Blue) = 252+127+224=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FE0 is #03801F. Grayscale: #AFAFAF. Windows color (decimal): -229408 or 14712828. OLE color: 14712828.

HSL color Cylindrical-coordinate representation of color #FC7FE0: hue angle of 313.44º 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 #FC7FE0 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252127224-
CMYK00.500.110.01
HSL313.44º95.42%74.31%-
HSV(B)313.44º49.6%98.82%-
XYZ61.1941.2675.26-
YUV175.43155.41182.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 127 (50% from 255) = 21.06%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=41.79%
G=21.06%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212722400.500.110.01313.4495.4274.31
HexFC7FE0032B11395f4a
Octal374177340062131471137112
Binary1111110011111111110000001100101011110011100110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FE0; }

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

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

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

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

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

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

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

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