#F55DEE

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

Shades of Pink Flamingo #F55DEE

Tints of Pink Flamingo #F55DEE

Color information

#F55DEE (or 0xF55DEE) is unknown color: approx Pink Flamingo. HEX triplet: F5, 5D and EE. RGB value is (245,93,238). Sum of RGB (Red+Green+Blue) = 245+93+238=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55DEE is #0AA211. Grayscale: #9A9A9A. Windows color (decimal): -696850 or 15621621. OLE color: 15621621.

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

Color convert

RGB24593238-
CMYK00.620.030.04
HSL302.76º88.37%66.27%-
HSV(B)302.76º62.04%96.08%-
XYZ5733.4184.33-
YUV154.98174.86192.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 93 (36.72% from 255) = 16.15%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=42.53%
G=16.15%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459323800.620.030.04302.7688.3766.27
HexF55DEE03E3412f5842
Octal36513535607634457130102
Binary1111010110111011110111001111101110010010111110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55DEE; }

 p { color: rgb(245,93,238); }

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

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

 a { background-color: rgb(245,93,238); }

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

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

 span { border-color: rgb(245,93,238); }

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