#FF59ED

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

Shades of Pink Flamingo #FF59ED

Tints of Pink Flamingo #FF59ED

Color information

#FF59ED (or 0xFF59ED) is unknown color: approx Pink Flamingo. HEX triplet: FF, 59 and ED. RGB value is (255,89,237). Sum of RGB (Red+Green+Blue) = 255+89+237=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 89 (35.16% from 255 or 15.32% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF59ED is #00A612. Grayscale: #9B9B9B. Windows color (decimal): -42515 or 15555071. OLE color: 15555071.

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

Color convert

RGB25589237-
CMYK00.650.070
HSL306.51º100%67.45%-
HSV(B)306.51º65.1%100%-
XYZ60.134.5283.62-
YUV155.51174198.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 89 (35.16% from 255) = 15.32%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=43.89%
G=15.32%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558923700.650.070306.5110067.45
HexFF59ED041701336443
Octal377131355010170463144103
Binary1111111110110011110110101000001111010011001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF59ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF59ED; }

 p { color: rgb(255,89,237); }

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

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

 a { background-color: rgb(255,89,237); }

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

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

 span { border-color: rgb(255,89,237); }

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