#FF75DC

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

Shades of Pale Magenta #FF75DC

Tints of Pale Magenta #FF75DC

Color information

#FF75DC (or 0xFF75DC) is unknown color: approx Pale Magenta. HEX triplet: FF, 75 and DC. RGB value is (255,117,220). Sum of RGB (Red+Green+Blue) = 255+117+220=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75DC is #008A23. Grayscale: #A9A9A9. Windows color (decimal): -35364 or 14448127. OLE color: 14448127.

HSL color Cylindrical-coordinate representation of color #FF75DC: hue angle of 315.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75DC is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255117220-
CMYK00.540.140
HSL315.22º100%72.94%-
HSV(B)315.22º54.12%100%-
XYZ60.5239.1572.08-
YUV170156.22188.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 117 (46.09% from 255) = 19.76%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=43.07%
G=19.76%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511722000.540.140315.2210072.94
HexFF75DC036E013b6449
Octal377165334066160473144111
Binary1111111111101011101110001101101110010011101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF75DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF75DC; }

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

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

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

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

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

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

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

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