#F168F6

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

Shades of Pink Flamingo #F168F6

Tints of Pink Flamingo #F168F6

Color information

#F168F6 (or 0xF168F6) is unknown color: approx Pink Flamingo. HEX triplet: F1, 68 and F6. RGB value is (241,104,246). Sum of RGB (Red+Green+Blue) = 241+104+246=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #F168F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168F6 is #0E9709. Grayscale: #A0A0A0. Windows color (decimal): -956170 or 16148721. OLE color: 16148721.

HSL color Cylindrical-coordinate representation of color #F168F6: hue angle of 297.89º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F168F6 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB241104246-
CMYK0.020.5800.04
HSL297.89º88.75%68.63%-
HSV(B)297.89º57.72%96.47%-
XYZ57.8635.2690.94-
YUV161.15175.89184.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 104 (41.02% from 255) = 17.60%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=40.78%
G=17.60%
B=41.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2411042460.020.5800.04297.8988.7568.63
HexF168F623A0412a5945
Octal36115036627204452131105
Binary1111000111010001111011010111010010010010101010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F168F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F168F6; }

 p { color: rgb(241,104,246); }

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

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

 a { background-color: rgb(241,104,246); }

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

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

 span { border-color: rgb(241,104,246); }

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