#FC77EA

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

Shades of Pale Magenta #FC77EA

Tints of Pale Magenta #FC77EA

Color information

#FC77EA (or 0xFC77EA) is unknown color: approx Pale Magenta. HEX triplet: FC, 77 and EA. RGB value is (252,119,234). Sum of RGB (Red+Green+Blue) = 252+119+234=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 119 (46.88% from 255 or 19.67% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77EA is #038815. Grayscale: #ABABAB. Windows color (decimal): -231446 or 15366140. OLE color: 15366140.

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

Color convert

RGB252119234-
CMYK00.530.070.01
HSL308.12º95.68%72.75%-
HSV(B)308.12º52.78%98.82%-
XYZ61.5939.8382.28-
YUV171.88163.06185.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 119 (46.88% from 255) = 19.67%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=41.65%
G=19.67%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211923400.530.070.01308.1295.6872.75
HexFC77EA035711346049
Octal37416735206571464140111
Binary111111001110111111010100110101111110011010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC77EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC77EA; }

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

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

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

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

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

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

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

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