#FE50E9

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

Shades of Pink Flamingo #FE50E9

Tints of Pink Flamingo #FE50E9

Color information

#FE50E9 (or 0xFE50E9) is unknown color: approx Pink Flamingo. HEX triplet: FE, 50 and E9. RGB value is (254,80,233). Sum of RGB (Red+Green+Blue) = 254+80+233=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 80 (31.64% from 255 or 14.11% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50E9 is #01AF16. Grayscale: #959595. Windows color (decimal): -110359 or 15290622. OLE color: 15290622.

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

Color convert

RGB25480233-
CMYK00.690.080.00
HSL307.24º98.86%65.49%-
HSV(B)307.24º68.5%99.61%-
XYZ58.4532.6980.32-
YUV149.47175.15202.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 80 (31.64% from 255) = 14.11%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=44.80%
G=14.11%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548023300.690.080.00307.2498.8665.49
HexFE50E9045801336341
Octal3761203510105100463143101
Binary11111110101000011101001010001011000010011001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE50E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE50E9; }

 p { color: rgb(254,80,233); }

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

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

 a { background-color: rgb(254,80,233); }

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

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

 span { border-color: rgb(254,80,233); }

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