#FC75E5

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

Shades of Pale Magenta #FC75E5

Tints of Pale Magenta #FC75E5

Color information

#FC75E5 (or 0xFC75E5) is unknown color: approx Pale Magenta. HEX triplet: FC, 75 and E5. RGB value is (252,117,229). Sum of RGB (Red+Green+Blue) = 252+117+229=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 117 (46.09% from 255 or 19.57% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75E5 is #038A1A. Grayscale: #A9A9A9. Windows color (decimal): -231963 or 15037948. OLE color: 15037948.

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

Color convert

RGB252117229-
CMYK00.540.090.01
HSL310.22º95.74%72.35%-
HSV(B)310.22º53.57%98.82%-
XYZ60.6539.0878.47-
YUV170.13161.23186.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.14%
GREEN value IS 117 (46.09% from 255) = 19.57%
BLUE value IS 229 (89.84% from 255) = 38.29%
R=42.14%
G=19.57%
B=38.29%

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
Decimal25211722900.540.090.01310.2295.7472.35
HexFC75E5036911366048
Octal374165345066111466140110
Binary1111110011101011110010101101101001110011011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75E5; }

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

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

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

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

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

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

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

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