Color Hex Logo

#f966ac Color Hex

#F966AC
(249,102,172)
0 Favorites   0 Comments

Color spaces of #f966ac

RGB 249102172
HSL0.920.920.69
HSV331°59°98°
CMYK 0.000.590.31   0.02
XYZ51.264732.621042.6243
Yxy32.62100.40520.2579
Hunter Lab57.114860.2659-4.2673
CIE-Lab63.852862.8088-8.6288

#f966ac color RGB value is (249,102,172).

#f966ac hex color red value is 249, green value is 102 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f966ac hue: 0.92 , saturation: 0.92 and the lightness value of f966ac is 0.69.

The process color (four color CMYK) of #f966ac color hex is 0.00, 0.59, 0.31, 0.02. Web safe color of #f966ac is #ff6699. Color #f966ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100110 10101100
Octal 371 146 254
Decimal 249 102 172
Hex F9 66 AC

RGB Percentages of Color #f966ac

%47.61
%19.50
%32.89

CMYK Percentages of Color #f966ac

%0
%59
%31
%2

Triadic Colors of #f966ac

#f966ac #acf966 #66acf9

Analogous Colors of #f966ac

#f966ac #f96a66 #f966f6

Monochromatic Colors of #f966ac

#f966ac

Complementary Color

#f966ac #66f9b3

#f966ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f966ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f966ac Color CSS Codes

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

#f966ac Text Font Color

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

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


#f966ac Background Color

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

This div background color is #f966ac


#f966ac Border Color

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

This div border color is #f966ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,102,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f966ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f966ac;
  -webkit-box-shadow: 1px 1px 3px 2px #f966ac;
  box-shadow:         1px 1px 3px 2px #f966ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,102,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f966ac


Comments

No comments written yet.

Please login to write comment.