Color Hex Logo

#f956ac Color Hex

#F956AC
(249,86,172)
0 Favorites   0 Comments

Color spaces of #f956ac

RGB 24986172
HSL0.910.930.66
HSV328°65°98°
CMYK 0.000.650.31   0.02
XYZ49.841129.773942.1497
Yxy29.77390.40930.2445
Hunter Lab54.565567.5556-7.6034
CIE-Lab61.458669.3258-12.2117

#f956ac color RGB value is (249,86,172).

#f956ac hex color red value is 249, green value is 86 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f956ac hue: 0.91 , saturation: 0.93 and the lightness value of f956ac is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 10101100
Octal 371 126 254
Decimal 249 86 172
Hex F9 56 AC

RGB Percentages of Color #f956ac

%49.11
%16.96
%33.93

CMYK Percentages of Color #f956ac

%0
%65
%31
%2

Triadic Colors of #f956ac

#f956ac #acf956 #56acf9

Analogous Colors of #f956ac

#f956ac #f9565b #f556f9

Monochromatic Colors of #f956ac

#f956ac

Complementary Color

#f956ac #56f9a3

#f956ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956ac Color CSS Codes

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

#f956ac Text Font Color

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

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


#f956ac Background Color

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

This div background color is #f956ac


#f956ac Border Color

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

This div border color is #f956ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956ac


Comments

No comments written yet.

Please login to write comment.