Color Hex Logo

#f66aaf Color Hex

#F66AAF
(246,106,175)
0 Favorites   0 Comments

Color spaces of #f66aaf

RGB 246106175
HSL0.920.890.69
HSV330°57°96°
CMYK 0.000.570.29   0.04
XYZ50.897932.996044.2437
Yxy32.99600.39720.2575
Hunter Lab57.442157.6402-5.4575
CIE-Lab64.157760.5219-9.9331

#f66aaf color RGB value is (246,106,175).

#f66aaf hex color red value is 246, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f66aaf hue: 0.92 , saturation: 0.89 and the lightness value of f66aaf is 0.69.

The process color (four color CMYK) of #f66aaf color hex is 0.00, 0.57, 0.29, 0.04. Web safe color of #f66aaf is #ff6699. Color #f66aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101010 10101111
Octal 366 152 257
Decimal 246 106 175
Hex F6 6A AF

RGB Percentages of Color #f66aaf

%46.68
%20.11
%33.21

CMYK Percentages of Color #f66aaf

%0
%57
%29
%4

Triadic Colors of #f66aaf

#f66aaf #aff66a #6aaff6

Analogous Colors of #f66aaf

#f66aaf #f66b6a #f66af5

Monochromatic Colors of #f66aaf

#f66aaf

Complementary Color

#f66aaf #6af6b1

#f66aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66aaf Color CSS Codes

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

#f66aaf Text Font Color

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

This sample text font color is #f66aaf
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.


#f66aaf Background Color

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

This div background color is #f66aaf


#f66aaf Border Color

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

This div border color is #f66aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66aaf


Comments

No comments written yet.

Please login to write comment.