Color Hex Logo

#f66faf Color Hex

#F66FAF
(246,111,175)
0 Favorites   0 Comments

Color spaces of #f66faf

RGB 246111175
HSL0.920.880.70
HSV332°55°96°
CMYK 0.000.550.29   0.04
XYZ51.428334.056944.4205
Yxy34.05690.39590.2622
Hunter Lab58.358355.1763-4.2789
CIE-Lab65.007758.2634-8.6645

#f66faf color RGB value is (246,111,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101111 10101111
Octal 366 157 257
Decimal 246 111 175
Hex F6 6F AF

RGB Percentages of Color #f66faf

%46.24
%20.86
%32.89

CMYK Percentages of Color #f66faf

%0
%55
%29
%4

Triadic Colors of #f66faf

#f66faf #aff66f #6faff6

Analogous Colors of #f66faf

#f66faf #f6736f #f66ff3

Monochromatic Colors of #f66faf

#f66faf

Complementary Color

#f66faf #6ff6b6

#f66faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66faf Color CSS Codes

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

#f66faf Text Font Color

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

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


#f66faf Background Color

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

This div background color is #f66faf


#f66faf Border Color

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

This div border color is #f66faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,111,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 #f66faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66faf


Comments

No comments written yet.

Please login to write comment.