#F164EC

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

Shades of Pink Flamingo #F164EC

Tints of Pink Flamingo #F164EC

Color information

#F164EC (or 0xF164EC) is unknown color: approx Pink Flamingo. HEX triplet: F1, 64 and EC. RGB value is (241,100,236). Sum of RGB (Red+Green+Blue) = 241+100+236=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F164EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164EC is #0E9B13. Grayscale: #9D9D9D. Windows color (decimal): -957204 or 15492337. OLE color: 15492337.

HSL color Cylindrical-coordinate representation of color #F164EC: hue angle of 302.13º 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 #F164EC is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241100236-
CMYK00.590.020.05
HSL302.13º83.43%66.86%-
HSV(B)302.13º58.51%94.51%-
XYZ55.9733.8782.94-
YUV157.66172.21187.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 100 (39.45% from 255) = 17.33%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=41.77%
G=17.33%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110023600.590.020.05302.1383.4366.86
HexF164EC03B2512e5343
Octal36114435407325456123103
Binary1111000111001001110110001110111010110010111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164EC; }

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

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

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

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

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

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

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

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