Color Hex Logo

#f916ac Color Hex

#F916AC
(249,22,172)
0 Favorites   0 Comments

Color spaces of #f916ac

RGB 24922172
HSL0.890.950.53
HSV320°91°98°
CMYK 0.000.910.31   0.02
XYZ46.800223.692141.1361
Yxy23.69210.41920.2122
Hunter Lab48.674586.4460-16.0353
CIE-Lab55.778285.4379-20.8276

#f916ac color RGB value is (249,22,172).

#f916ac hex color red value is 249, green value is 22 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f916ac hue: 0.89 , saturation: 0.95 and the lightness value of f916ac is 0.53.

The process color (four color CMYK) of #f916ac color hex is 0.00, 0.91, 0.31, 0.02. Web safe color of #f916ac is #ff0099. Color #f916ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010110 10101100
Octal 371 26 254
Decimal 249 22 172
Hex F9 16 AC

RGB Percentages of Color #f916ac

%56.21
%4.97
%38.83

CMYK Percentages of Color #f916ac

%0
%91
%31
%2

Triadic Colors of #f916ac

#f916ac #acf916 #16acf9

Analogous Colors of #f916ac

#f916ac #f9163a #d516f9

Monochromatic Colors of #f916ac

#f916ac

Complementary Color

#f916ac #16f963

#f916ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f916ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f916ac Color CSS Codes

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

#f916ac Text Font Color

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

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


#f916ac Background Color

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

This div background color is #f916ac


#f916ac Border Color

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

This div border color is #f916ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f916ac


Comments

No comments written yet.

Please login to write comment.