#F166F9

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

Shades of Pink Flamingo #F166F9

Tints of Pink Flamingo #F166F9

Color information

#F166F9 (or 0xF166F9) is unknown color: approx Pink Flamingo. HEX triplet: F1, 66 and F9. RGB value is (241,102,249). Sum of RGB (Red+Green+Blue) = 241+102+249=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 102 (40.23% from 255 or 17.23% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #F166F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166F9 is #0E9906. Grayscale: #9F9F9F. Windows color (decimal): -956679 or 16344817. OLE color: 16344817.

HSL color Cylindrical-coordinate representation of color #F166F9: hue angle of 296.73º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F166F9 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241102249-
CMYK0.030.5900.02
HSL296.73º92.45%68.82%-
HSV(B)296.73º59.04%97.65%-
XYZ58.1335.0493.32-
YUV160.32178.05185.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 102 (40.23% from 255) = 17.23%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=40.71%
G=17.23%
B=42.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411022490.030.5900.02296.7392.4568.82
HexF166F933B021295c45
Octal36114637137302451134105
Binary111100011100110111110011111101101010010100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F166F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F166F9; }

 p { color: rgb(241,102,249); }

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

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

 a { background-color: rgb(241,102,249); }

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

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

 span { border-color: rgb(241,102,249); }

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