#F55EEA

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

Shades of Pink Flamingo #F55EEA

Tints of Pink Flamingo #F55EEA

Color information

#F55EEA (or 0xF55EEA) is unknown color: approx Pink Flamingo. HEX triplet: F5, 5E and EA. RGB value is (245,94,234). Sum of RGB (Red+Green+Blue) = 245+94+234=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 94 (37.11% from 255 or 16.40% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55EEA is #0AA115. Grayscale: #9A9A9A. Windows color (decimal): -696598 or 15359733. OLE color: 15359733.

HSL color Cylindrical-coordinate representation of color #F55EEA: hue angle of 304.37º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55EEA is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB24594234-
CMYK00.620.040.04
HSL304.37º88.3%66.47%-
HSV(B)304.37º61.63%96.08%-
XYZ56.5133.3681.3-
YUV155.11172.53192.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.76%
GREEN value IS 94 (37.11% from 255) = 16.40%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=42.76%
G=16.40%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459423400.620.040.04304.3788.366.47
HexF55EEA03E441305842
Octal36513635207644460130102
Binary11110101101111011101010011111010010010011000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55EEA; }

 p { color: rgb(245,94,234); }

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

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

 a { background-color: rgb(245,94,234); }

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

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

 span { border-color: rgb(245,94,234); }

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