#FC75E9

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

Shades of Pale Magenta #FC75E9

Tints of Pale Magenta #FC75E9

Color information

#FC75E9 (or 0xFC75E9) is unknown color: approx Pale Magenta. HEX triplet: FC, 75 and E9. RGB value is (252,117,233). Sum of RGB (Red+Green+Blue) = 252+117+233=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 117 (46.09% from 255 or 19.44% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC75E9 is #038A16. Grayscale: #AAAAAA. Windows color (decimal): -231959 or 15300092. OLE color: 15300092.

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

Color convert

RGB252117233-
CMYK00.540.080.01
HSL308.44º95.74%72.35%-
HSV(B)308.44º53.57%98.82%-
XYZ61.2139.381.45-
YUV170.59163.23186.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 117 (46.09% from 255) = 19.44%
BLUE value IS 233 (91.41% from 255) = 38.70%
R=41.86%
G=19.44%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211723300.540.080.01308.4495.7472.35
HexFC75E9036811346048
Octal374165351066101464140110
Binary1111110011101011110100101101101000110011010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75E9; }

 p { color: rgb(252,117,233); }

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

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

 a { background-color: rgb(252,117,233); }

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

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

 span { border-color: rgb(252,117,233); }

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