#F168EE

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

Shades of Pink Flamingo #F168EE

Tints of Pink Flamingo #F168EE

Color information

#F168EE (or 0xF168EE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 68 and EE. RGB value is (241,104,238). Sum of RGB (Red+Green+Blue) = 241+104+238=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 104 (41.02% from 255 or 17.84% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F168EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168EE is #0E9711. Grayscale: #9F9F9F. Windows color (decimal): -956178 or 15624433. OLE color: 15624433.

HSL color Cylindrical-coordinate representation of color #F168EE: hue angle of 301.31º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168EE is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241104238-
CMYK00.570.010.05
HSL301.31º83.03%67.65%-
HSV(B)301.31º56.85%94.51%-
XYZ56.6634.7784.61-
YUV160.24171.89185.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 104 (41.02% from 255) = 17.84%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=41.34%
G=17.84%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110423800.570.010.05301.3183.0367.65
HexF168EE0391512d5344
Octal36115035607115455123104
Binary111100011101000111011100111001110110010110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F168EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F168EE; }

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

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

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

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

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

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

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

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