#F164EE

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

Shades of Pink Flamingo #F164EE

Tints of Pink Flamingo #F164EE

Color information

#F164EE (or 0xF164EE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 64 and EE. RGB value is (241,100,238). Sum of RGB (Red+Green+Blue) = 241+100+238=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F164EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164EE is #0E9B11. Grayscale: #9D9D9D. Windows color (decimal): -957202 or 15623409. OLE color: 15623409.

HSL color Cylindrical-coordinate representation of color #F164EE: hue angle of 301.28º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164EE is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241100238-
CMYK00.590.010.05
HSL301.28º83.43%66.86%-
HSV(B)301.28º58.51%94.51%-
XYZ56.2733.9984.48-
YUV157.89173.21187.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 100 (39.45% from 255) = 17.27%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=41.62%
G=17.27%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110023800.590.010.05301.2883.4366.86
HexF164EE03B1512d5343
Octal36114435607315455123103
Binary111100011100100111011100111011110110010110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164EE; }

 p { color: rgb(241,100,238); }

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

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

 a { background-color: rgb(241,100,238); }

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

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

 span { border-color: rgb(241,100,238); }

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