#FC81EA

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

Shades of Pale Magenta #FC81EA

Tints of Pale Magenta #FC81EA

Color information

#FC81EA (or 0xFC81EA) is unknown color: approx Pale Magenta. HEX triplet: FC, 81 and EA. RGB value is (252,129,234). Sum of RGB (Red+Green+Blue) = 252+129+234=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81EA is #037E15. Grayscale: #B1B1B1. Windows color (decimal): -228886 or 15368700. OLE color: 15368700.

HSL color Cylindrical-coordinate representation of color #FC81EA: hue angle of 308.78º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC81EA is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252129234-
CMYK00.490.070.01
HSL308.78º95.35%74.71%-
HSV(B)308.78º48.81%98.82%-
XYZ62.8542.3482.7-
YUV177.75159.75180.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 129 (50.78% from 255) = 20.98%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=40.98%
G=20.98%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212923400.490.070.01308.7895.3574.71
HexFC81EA031711355f4b
Octal37420135206171465137113
Binary1111110010000001111010100110001111110011010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81EA; }

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

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

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

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

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

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

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

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