#FF5AE9

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

Shades of Pink Flamingo #FF5AE9

Tints of Pink Flamingo #FF5AE9

Color information

#FF5AE9 (or 0xFF5AE9) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5A and E9. RGB value is (255,90,233). Sum of RGB (Red+Green+Blue) = 255+90+233=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 90 (35.55% from 255 or 15.57% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AE9 is #00A516. Grayscale: #9B9B9B. Windows color (decimal): -42263 or 15293183. OLE color: 15293183.

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

Color convert

RGB25590233-
CMYK00.650.090
HSL308º100%67.65%-
HSV(B)308º64.71%100%-
XYZ59.634.4680.6-
YUV155.64171.66198.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 90 (35.55% from 255) = 15.57%
BLUE value IS 233 (91.41% from 255) = 40.31%
R=44.12%
G=15.57%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559023300.650.09030810067.65
HexFF5AE9041901346444
Octal3771323510101110464144104
Binary11111111101101011101001010000011001010011010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5AE9; }

 p { color: rgb(255,90,233); }

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

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

 a { background-color: rgb(255,90,233); }

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

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

 span { border-color: rgb(255,90,233); }

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