#F164EB

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

Shades of Pink Flamingo #F164EB

Tints of Pink Flamingo #F164EB

Color information

#F164EB (or 0xF164EB) is unknown color: approx Pink Flamingo. HEX triplet: F1, 64 and EB. RGB value is (241,100,235). Sum of RGB (Red+Green+Blue) = 241+100+235=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F164EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164EB is #0E9B14. Grayscale: #9D9D9D. Windows color (decimal): -957205 or 15426801. OLE color: 15426801.

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

Color convert

RGB241100235-
CMYK00.590.020.05
HSL302.55º83.43%66.86%-
HSV(B)302.55º58.51%94.51%-
XYZ55.8333.8182.18-
YUV157.55171.71187.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 100 (39.45% from 255) = 17.36%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=41.84%
G=17.36%
B=40.80%

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
Decimal24110023500.590.020.05302.5583.4366.86
HexF164EB03B2512f5343
Octal36114435307325457123103
Binary1111000111001001110101101110111010110010111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164EB; }

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

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

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

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

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

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

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

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