Color Hex Logo

#f969ac Color Hex

#F969AC
(249,105,172)
0 Favorites   0 Comments

Color spaces of #f969ac

RGB 249105172
HSL0.920.920.69
HSV332°58°98°
CMYK 0.000.580.31   0.02
XYZ51.564933.221442.7243
Yxy33.22140.40440.2605
Hunter Lab57.638058.8256-3.6022
CIE-Lab64.339861.5029-7.9036

#f969ac color RGB value is (249,105,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 10101100
Octal 371 151 254
Decimal 249 105 172
Hex F9 69 AC

RGB Percentages of Color #f969ac

%47.34
%19.96
%32.70

CMYK Percentages of Color #f969ac

%0
%58
%31
%2

Triadic Colors of #f969ac

#f969ac #acf969 #69acf9

Analogous Colors of #f969ac

#f969ac #f96e69 #f969f4

Monochromatic Colors of #f969ac

#f969ac

Complementary Color

#f969ac #69f9b6

#f969ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969ac Color CSS Codes

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

#f969ac Text Font Color

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

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


#f969ac Background Color

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

This div background color is #f969ac


#f969ac Border Color

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

This div border color is #f969ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969ac

Related Colors


Comments

No comments written yet.

Please login to write comment.