Color Hex Logo

#f97691 Color Hex

#F97691
(249,118,145)
0 Favorites   0 Comments

Color spaces of #f97691

RGB 249118145
HSL0.970.920.72
HSV348°53°98°
CMYK 0.000.530.42   0.02
XYZ50.656235.140930.9011
Yxy35.14090.43410.3011
Hunter Lab59.279848.793610.5894
CIE-Lab65.858252.54829.7028

#f97691 color RGB value is (249,118,145).

#f97691 hex color red value is 249, green value is 118 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #f97691 hue: 0.97 , saturation: 0.92 and the lightness value of f97691 is 0.72.

The process color (four color CMYK) of #f97691 color hex is 0.00, 0.53, 0.42, 0.02. Web safe color of #f97691 is #ff6699. Color #f97691 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110110 10010001
Octal 371 166 221
Decimal 249 118 145
Hex F9 76 91

RGB Percentages of Color #f97691

%48.63
%23.05
%28.32

CMYK Percentages of Color #f97691

%0
%53
%42
%2

Triadic Colors of #f97691

#f97691 #91f976 #7691f9

Analogous Colors of #f97691

#f97691 #f99d76 #f976d3

Monochromatic Colors of #f97691

#f97691

Complementary Color

#f97691 #76f9de

#f97691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97691 Color CSS Codes

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

#f97691 Text Font Color

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

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


#f97691 Background Color

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

This div background color is #f97691


#f97691 Border Color

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

This div border color is #f97691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97691

Related Colors


Comments

No comments written yet.

Please login to write comment.