Color Hex Logo

#f66faa Color Hex

#F66FAA
(246,111,170)
0 Favorites   0 Comments

Color spaces of #f66faa

RGB 246111170
HSL0.930.880.70
HSV334°55°96°
CMYK 0.000.550.31   0.04
XYZ50.946233.864041.8815
Yxy33.86400.40210.2673
Hunter Lab58.192854.4345-1.9362
CIE-Lab64.854557.6468-6.0470

#f66faa color RGB value is (246,111,170).

#f66faa hex color red value is 246, green value is 111 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f66faa hue: 0.93 , saturation: 0.88 and the lightness value of f66faa is 0.70.

The process color (four color CMYK) of #f66faa color hex is 0.00, 0.55, 0.31, 0.04. Web safe color of #f66faa is #ff6699. Color #f66faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101111 10101010
Octal 366 157 252
Decimal 246 111 170
Hex F6 6F AA

RGB Percentages of Color #f66faa

%46.68
%21.06
%32.26

CMYK Percentages of Color #f66faa

%0
%55
%31
%4

Triadic Colors of #f66faa

#f66faa #aaf66f #6faaf6

Analogous Colors of #f66faa

#f66faa #f6786f #f66fee

Monochromatic Colors of #f66faa

#f66faa

Complementary Color

#f66faa #6ff6bb

#f66faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66faa Color CSS Codes

.mybgcolor {background-color:#f66faa; } 
.myforecolor {color:#f66faa; }
.mybordercolor {border:3px solid #f66faa; }

#f66faa Text Font Color

<p style="color:#f66faa">Text here</p>

This sample text font color is #f66faa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f66faa Background Color

<div style="background-color:#f66faa">
Div content here</div>

This div background color is #f66faa


#f66faa Border Color

<div style="border:3px solid #f66faa">
Div here</div>

This div border color is #f66faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,111,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f66faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f66faa;
  -webkit-box-shadow: 1px 1px 3px 2px #f66faa;
  box-shadow:         1px 1px 3px 2px #f66faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,111,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f66faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f66faa;
  -webkit-box-shadow: 1px 1px 3px 2px #f66faa;
  box-shadow:         1px 1px 3px 2px #f66faa;">
Div content here</div>

This div box has shadow with color #f66faa


Comments

No comments written yet.

Please login to write comment.