#FE75E2

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

Shades of Pale Magenta #FE75E2

Tints of Pale Magenta #FE75E2

Color information

#FE75E2 (or 0xFE75E2) is unknown color: approx Pale Magenta. HEX triplet: FE, 75 and E2. RGB value is (254,117,226). Sum of RGB (Red+Green+Blue) = 254+117+226=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 117 (46.09% from 255 or 19.60% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75E2 is #018A1D. Grayscale: #AAAAAA. Windows color (decimal): -100894 or 14841342. OLE color: 14841342.

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

Color convert

RGB254117226-
CMYK00.540.110.00
HSL312.26º98.56%72.75%-
HSV(B)312.26º53.94%99.61%-
XYZ60.9639.2876.32-
YUV170.39159.39187.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 117 (46.09% from 255) = 19.60%
BLUE value IS 226 (88.67% from 255) = 37.86%
R=42.55%
G=19.60%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411722600.540.110.00312.2698.5672.75
HexFE75E2036B01386349
Octal376165342066130470143111
Binary1111111011101011110001001101101011010011100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75E2; }

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

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

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

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

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

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

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

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