#F166FB

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

Shades of Pink Flamingo #F166FB

Tints of Pink Flamingo #F166FB

Color information

#F166FB (or 0xF166FB) is unknown color: approx Pink Flamingo. HEX triplet: F1, 66 and FB. RGB value is (241,102,251). Sum of RGB (Red+Green+Blue) = 241+102+251=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 102 (40.23% from 255 or 17.17% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #F166FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166FB is #0E9904. Grayscale: #A0A0A0. Windows color (decimal): -956677 or 16475889. OLE color: 16475889.

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

Color convert

RGB241102251-
CMYK0.040.5900.02
HSL295.97º94.9%69.22%-
HSV(B)295.97º59.36%98.43%-
XYZ58.4435.1794.97-
YUV160.55179.05185.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 102 (40.23% from 255) = 17.17%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=40.57%
G=17.17%
B=42.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411022510.040.5900.02295.9794.969.22
HexF166FB43B021285f45
Octal36114637347302450137105
Binary1111000111001101111101110011101101010010100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F166FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F166FB; }

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

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

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

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

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

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

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

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