#FF75EB

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

Shades of Pale Magenta #FF75EB

Tints of Pale Magenta #FF75EB

Color information

#FF75EB (or 0xFF75EB) is unknown color: approx Pale Magenta. HEX triplet: FF, 75 and EB. RGB value is (255,117,235). Sum of RGB (Red+Green+Blue) = 255+117+235=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 117 (46.09% from 255 or 19.28% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75EB is #008A14. Grayscale: #ABABAB. Windows color (decimal): -35349 or 15431167. OLE color: 15431167.

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

Color convert

RGB255117235-
CMYK00.540.080
HSL308.7º100%72.94%-
HSV(B)308.7º54.12%100%-
XYZ62.639.9883.02-
YUV171.71163.72187.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 117 (46.09% from 255) = 19.28%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=42.01%
G=19.28%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511723500.540.080308.710072.94
HexFF75EB036801356449
Octal377165353066100465144111
Binary1111111111101011110101101101101000010011010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF75EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF75EB; }

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

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

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

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

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

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

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

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