#FC75DC

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

Shades of Pale Magenta #FC75DC

Tints of Pale Magenta #FC75DC

Color information

#FC75DC (or 0xFC75DC) is unknown color: approx Pale Magenta. HEX triplet: FC, 75 and DC. RGB value is (252,117,220). Sum of RGB (Red+Green+Blue) = 252+117+220=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75DC is #038A23. Grayscale: #A8A8A8. Windows color (decimal): -231972 or 14448124. OLE color: 14448124.

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

Color convert

RGB252117220-
CMYK00.540.130.01
HSL314.22º95.74%72.35%-
HSV(B)314.22º53.57%98.82%-
XYZ59.4238.5972.03-
YUV169.11156.73187.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 117 (46.09% from 255) = 19.86%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=42.78%
G=19.86%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211722000.540.130.01314.2295.7472.35
HexFC75DC036D113a6048
Octal374165334066151472140110
Binary1111110011101011101110001101101101110011101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75DC; }

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

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

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

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

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

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

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

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