#FC75E7

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

Shades of Pale Magenta #FC75E7

Tints of Pale Magenta #FC75E7

Color information

#FC75E7 (or 0xFC75E7) is unknown color: approx Pale Magenta. HEX triplet: FC, 75 and E7. RGB value is (252,117,231). Sum of RGB (Red+Green+Blue) = 252+117+231=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC75E7 is #038A18. Grayscale: #AAAAAA. Windows color (decimal): -231961 or 15169020. OLE color: 15169020.

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

Color convert

RGB252117231-
CMYK00.540.080.01
HSL309.33º95.74%72.35%-
HSV(B)309.33º53.57%98.82%-
XYZ60.9339.1979.95-
YUV170.36162.23186.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 117 (46.09% from 255) = 19.5%
BLUE value IS 231 (90.62% from 255) = 38.5%
R=42%
G=19.5%
B=38.5%

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
Decimal25211723100.540.080.01309.3395.7472.35
HexFC75E7036811356048
Octal374165347066101465140110
Binary1111110011101011110011101101101000110011010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75E7; }

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

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

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

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

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

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

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

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