#FF75E8

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

Shades of Pale Magenta #FF75E8

Tints of Pale Magenta #FF75E8

Color information

#FF75E8 (or 0xFF75E8) is unknown color: approx Pale Magenta. HEX triplet: FF, 75 and E8. RGB value is (255,117,232). Sum of RGB (Red+Green+Blue) = 255+117+232=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 117 (46.09% from 255 or 19.37% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75E8 is #008A17. Grayscale: #ABABAB. Windows color (decimal): -35352 or 15234559. OLE color: 15234559.

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

Color convert

RGB255117232-
CMYK00.540.090
HSL310º100%72.94%-
HSV(B)310º54.12%100%-
XYZ62.1739.8180.75-
YUV171.37162.22187.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 117 (46.09% from 255) = 19.37%
BLUE value IS 232 (91.02% from 255) = 38.41%
R=42.22%
G=19.37%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511723200.540.09031010072.94
HexFF75E8036901366449
Octal377165350066110466144111
Binary1111111111101011110100001101101001010011011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF75E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF75E8; }

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

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

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

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

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

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

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

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