#FE75E0

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

Shades of Pale Magenta #FE75E0

Tints of Pale Magenta #FE75E0

Color information

#FE75E0 (or 0xFE75E0) is unknown color: approx Pale Magenta. HEX triplet: FE, 75 and E0. RGB value is (254,117,224). Sum of RGB (Red+Green+Blue) = 254+117+224=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75E0 is #018A1F. Grayscale: #A9A9A9. Windows color (decimal): -100896 or 14710270. OLE color: 14710270.

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

Color convert

RGB254117224-
CMYK00.540.120.00
HSL313.14º98.56%72.75%-
HSV(B)313.14º53.94%99.61%-
XYZ60.6939.1874.88-
YUV170.16158.39187.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 117 (46.09% from 255) = 19.66%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=42.69%
G=19.66%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411722400.540.120.00313.1498.5672.75
HexFE75E0036C01396349
Octal376165340066140471143111
Binary1111111011101011110000001101101100010011100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75E0; }

 p { color: rgb(254,117,224); }

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

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

 a { background-color: rgb(254,117,224); }

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

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

 span { border-color: rgb(254,117,224); }

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