#FC78EA

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

Shades of Pale Magenta #FC78EA

Tints of Pale Magenta #FC78EA

Color information

#FC78EA (or 0xFC78EA) is unknown color: approx Pale Magenta. HEX triplet: FC, 78 and EA. RGB value is (252,120,234). Sum of RGB (Red+Green+Blue) = 252+120+234=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 120 (47.27% from 255 or 19.80% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC78EA is #038715. Grayscale: #ACACAC. Windows color (decimal): -231190 or 15366396. OLE color: 15366396.

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

Color convert

RGB252120234-
CMYK00.520.070.01
HSL308.18º95.65%72.94%-
HSV(B)308.18º52.38%98.82%-
XYZ61.7140.0782.32-
YUV172.46162.73184.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 120 (47.27% from 255) = 19.80%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=41.58%
G=19.80%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212023400.520.070.01308.1895.6572.94
HexFC78EA034711346049
Octal37417035206471464140111
Binary111111001111000111010100110100111110011010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC78EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC78EA; }

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

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

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

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

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

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

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

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