#FE57EA

Color #FE57EA Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FE57EA

Tints of Pink Flamingo #FE57EA

Color information

#FE57EA (or 0xFE57EA) is unknown color: approx Pink Flamingo. HEX triplet: FE, 57 and EA. RGB value is (254,87,234). Sum of RGB (Red+Green+Blue) = 254+87+234=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 87 (34.38% from 255 or 15.13% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE57EA is #01A815. Grayscale: #999999. Windows color (decimal): -108566 or 15357950. OLE color: 15357950.

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

Color convert

RGB25487234-
CMYK00.660.080.00
HSL307.19º98.82%66.86%-
HSV(B)307.19º65.75%99.61%-
XYZ59.1333.8381.25-
YUV153.69173.33199.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 87 (34.38% from 255) = 15.13%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=44.17%
G=15.13%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548723400.660.080.00307.1998.8266.86
HexFE57EA042801336343
Octal3761273520102100463143103
Binary11111110101011111101010010000101000010011001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE57EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE57EA; }

 p { color: rgb(254,87,234); }

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

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

 a { background-color: rgb(254,87,234); }

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

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

 span { border-color: rgb(254,87,234); }

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