Color Hex Logo

#f954ac Color Hex

#F954AC
(249,84,172)
0 Favorites   0 Comments

Color spaces of #f954ac

RGB 24984172
HSL0.910.930.65
HSV328°66°98°
CMYK 0.000.660.31   0.02
XYZ49.683629.458942.0973
Yxy29.45890.40980.2430
Hunter Lab54.276168.4135-7.9930
CIE-Lab61.184570.0823-12.6239

#f954ac color RGB value is (249,84,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 10101100
Octal 371 124 254
Decimal 249 84 172
Hex F9 54 AC

RGB Percentages of Color #f954ac

%49.31
%16.63
%34.06

CMYK Percentages of Color #f954ac

%0
%66
%31
%2

Triadic Colors of #f954ac

#f954ac #acf954 #54acf9

Analogous Colors of #f954ac

#f954ac #f9545a #f454f9

Monochromatic Colors of #f954ac

#f954ac

Complementary Color

#f954ac #54f9a1

#f954ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f954ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f954ac Color CSS Codes

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

#f954ac Text Font Color

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

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


#f954ac Background Color

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

This div background color is #f954ac


#f954ac Border Color

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

This div border color is #f954ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f954ac


Comments

No comments written yet.

Please login to write comment.