#FC77EC

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

Shades of Pale Magenta #FC77EC

Tints of Pale Magenta #FC77EC

Color information

#FC77EC (or 0xFC77EC) is unknown color: approx Pale Magenta. HEX triplet: FC, 77 and EC. RGB value is (252,119,236). Sum of RGB (Red+Green+Blue) = 252+119+236=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 119 (46.88% from 255 or 19.60% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77EC is #038813. Grayscale: #ABABAB. Windows color (decimal): -231444 or 15497212. OLE color: 15497212.

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

Color convert

RGB252119236-
CMYK00.530.060.01
HSL307.22º95.68%72.75%-
HSV(B)307.22º52.78%98.82%-
XYZ61.8839.9583.81-
YUV172.1164.06184.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 119 (46.88% from 255) = 19.60%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=41.52%
G=19.60%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211923600.530.060.01307.2295.6872.75
HexFC77EC035611336049
Octal37416735406561463140111
Binary111111001110111111011000110101110110011001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC77EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC77EC; }

 p { color: rgb(252,119,236); }

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

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

 a { background-color: rgb(252,119,236); }

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

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

 span { border-color: rgb(252,119,236); }

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