#F55FEE

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

Shades of Pink Flamingo #F55FEE

Tints of Pink Flamingo #F55FEE

Color information

#F55FEE (or 0xF55FEE) is unknown color: approx Pink Flamingo. HEX triplet: F5, 5F and EE. RGB value is (245,95,238). Sum of RGB (Red+Green+Blue) = 245+95+238=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FEE is #0AA011. Grayscale: #9B9B9B. Windows color (decimal): -696338 or 15622133. OLE color: 15622133.

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

Color convert

RGB24595238-
CMYK00.610.030.04
HSL302.8º88.24%66.67%-
HSV(B)302.8º61.22%96.08%-
XYZ57.1833.7784.39-
YUV156.15174.2191.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 95 (37.5% from 255) = 16.44%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=42.39%
G=16.44%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459523800.610.030.04302.888.2466.67
HexF55FEE03D3412f5843
Octal36513735607534457130103
Binary1111010110111111110111001111011110010010111110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55FEE; }

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

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

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

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

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

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

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

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