#FC75E6

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

Shades of Pale Magenta #FC75E6

Tints of Pale Magenta #FC75E6

Color information

#FC75E6 (or 0xFC75E6) is unknown color: approx Pale Magenta. HEX triplet: FC, 75 and E6. RGB value is (252,117,230). Sum of RGB (Red+Green+Blue) = 252+117+230=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 117 (46.09% from 255 or 19.53% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC75E6 is #038A19. Grayscale: #A9A9A9. Windows color (decimal): -231962 or 15103484. OLE color: 15103484.

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

Color convert

RGB252117230-
CMYK00.540.090.01
HSL309.78º95.74%72.35%-
HSV(B)309.78º53.57%98.82%-
XYZ60.7939.1379.21-
YUV170.25161.73186.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 117 (46.09% from 255) = 19.53%
BLUE value IS 230 (90.23% from 255) = 38.40%
R=42.07%
G=19.53%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211723000.540.090.01309.7895.7472.35
HexFC75E6036911366048
Octal374165346066111466140110
Binary1111110011101011110011001101101001110011011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75E6; }

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

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

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

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

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

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

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

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