#F166FF

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

Shades of Pink Flamingo #F166FF

Tints of Pink Flamingo #F166FF

Color information

#F166FF (or 0xF166FF) is unknown color: approx Pink Flamingo. HEX triplet: F1, 66 and FF. RGB value is (241,102,255). Sum of RGB (Red+Green+Blue) = 241+102+255=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 102 (40.23% from 255 or 17.06% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #F166FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166FF is #0E9900. Grayscale: #A0A0A0. Windows color (decimal): -956673 or 16738033. OLE color: 16738033.

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

Color convert

RGB241102255-
CMYK0.050.600
HSL294.51º100%70%-
HSV(B)294.51º60%100%-
XYZ59.0835.4298.33-
YUV161181.05185.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 102 (40.23% from 255) = 17.06%
BLUE value IS 255 (100% from 255) = 42.64%
R=40.30%
G=17.06%
B=42.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411022550.050.600294.5110070
HexF166FF53C001276446
Octal36114637757400447144106
Binary111100011100110111111111011111000010010011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F166FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F166FF; }

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

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

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

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

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

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

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

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