#F166FE

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

Shades of Pink Flamingo #F166FE

Tints of Pink Flamingo #F166FE

Color information

#F166FE (or 0xF166FE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 66 and FE. RGB value is (241,102,254). Sum of RGB (Red+Green+Blue) = 241+102+254=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 102 (40.23% from 255 or 17.09% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #F166FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166FE is #0E9901. Grayscale: #A0A0A0. Windows color (decimal): -956674 or 16672497. OLE color: 16672497.

HSL color Cylindrical-coordinate representation of color #F166FE: hue angle of 294.87º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F166FE is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241102254-
CMYK0.050.6000.00
HSL294.87º98.7%69.8%-
HSV(B)294.87º59.84%99.61%-
XYZ58.9235.3697.49-
YUV160.89180.55185.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 102 (40.23% from 255) = 17.09%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=40.37%
G=17.09%
B=42.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411022540.050.6000.00294.8798.769.8
HexF166FE53C001276346
Octal36114637657400447143106
Binary111100011100110111111101011111000010010011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F166FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F166FE; }

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

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

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

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

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

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

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

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