#FE75E3

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

Shades of Pale Magenta #FE75E3

Tints of Pale Magenta #FE75E3

Color information

#FE75E3 (or 0xFE75E3) is unknown color: approx Pale Magenta. HEX triplet: FE, 75 and E3. RGB value is (254,117,227). Sum of RGB (Red+Green+Blue) = 254+117+227=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 117 (46.09% from 255 or 19.57% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75E3 is #018A1C. Grayscale: #AAAAAA. Windows color (decimal): -100893 or 14906878. OLE color: 14906878.

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

Color convert

RGB254117227-
CMYK00.540.110.00
HSL311.82º98.56%72.75%-
HSV(B)311.82º53.94%99.61%-
XYZ61.139.3477.05-
YUV170.5159.89187.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 117 (46.09% from 255) = 19.57%
BLUE value IS 227 (89.06% from 255) = 37.96%
R=42.47%
G=19.57%
B=37.96%

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
Decimal25411722700.540.110.00311.8298.5672.75
HexFE75E3036B01386349
Octal376165343066130470143111
Binary1111111011101011110001101101101011010011100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75E3; }

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

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

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

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

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

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

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

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