Color Hex Logo

#f9699f Color Hex

#F9699F
(249,105,159)
0 Favorites   0 Comments

Color spaces of #f9699f

RGB 249105159
HSL0.940.920.69
HSV338°58°98°
CMYK 0.000.580.36   0.02
XYZ50.376532.746136.4664
Yxy32.74610.42120.2738
Hunter Lab57.224256.99752.2741
CIE-Lab63.954860.0051-1.0380

#f9699f color RGB value is (249,105,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 10011111
Octal 371 151 237
Decimal 249 105 159
Hex F9 69 9F

RGB Percentages of Color #f9699f

%48.54
%20.47
%30.99

CMYK Percentages of Color #f9699f

%0
%58
%36
%2

Triadic Colors of #f9699f

#f9699f #9ff969 #699ff9

Analogous Colors of #f9699f

#f9699f #f97b69 #f969e7

Monochromatic Colors of #f9699f

#f9699f

Complementary Color

#f9699f #69f9c3

#f9699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9699f Color CSS Codes

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

#f9699f Text Font Color

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

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


#f9699f Background Color

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

This div background color is #f9699f


#f9699f Border Color

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

This div border color is #f9699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9699f


Comments

No comments written yet.

Please login to write comment.