#FF75EA

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

Shades of Pale Magenta #FF75EA

Tints of Pale Magenta #FF75EA

Color information

#FF75EA (or 0xFF75EA) is unknown color: approx Pale Magenta. HEX triplet: FF, 75 and EA. RGB value is (255,117,234). Sum of RGB (Red+Green+Blue) = 255+117+234=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 117 (46.09% from 255 or 19.31% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75EA is #008A15. Grayscale: #ABABAB. Windows color (decimal): -35350 or 15365631. OLE color: 15365631.

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

Color convert

RGB255117234-
CMYK00.540.080
HSL309.13º100%72.94%-
HSV(B)309.13º54.12%100%-
XYZ62.4539.9282.26-
YUV171.6163.22187.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 117 (46.09% from 255) = 19.31%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=42.08%
G=19.31%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511723400.540.080309.1310072.94
HexFF75EA036801356449
Octal377165352066100465144111
Binary1111111111101011110101001101101000010011010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF75EA; }

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

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

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

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

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

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

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

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