#F55CEC

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

Shades of Pink Flamingo #F55CEC

Tints of Pink Flamingo #F55CEC

Color information

#F55CEC (or 0xF55CEC) is unknown color: approx Pink Flamingo. HEX triplet: F5, 5C and EC. RGB value is (245,92,236). Sum of RGB (Red+Green+Blue) = 245+92+236=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 92 (36.33% from 255 or 16.06% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CEC is #0AA313. Grayscale: #999999. Windows color (decimal): -697108 or 15490293. OLE color: 15490293.

HSL color Cylindrical-coordinate representation of color #F55CEC: hue angle of 303.53º 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 #F55CEC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB24592236-
CMYK00.620.040.04
HSL303.53º88.44%66.08%-
HSV(B)303.53º62.45%96.08%-
XYZ56.6233.1282.77-
YUV154.16174.19192.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.76%
GREEN value IS 92 (36.33% from 255) = 16.06%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=42.76%
G=16.06%
B=41.19%

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
Decimal2459223600.620.040.04303.5388.4466.08
HexF55CEC03E441305842
Octal36513435407644460130102
Binary11110101101110011101100011111010010010011000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55CEC; }

 p { color: rgb(245,92,236); }

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

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

 a { background-color: rgb(245,92,236); }

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

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

 span { border-color: rgb(245,92,236); }

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