Color Hex Logo

#f97b9e Color Hex

#F97B9E
(249,123,158)
0 Favorites   0 Comments

Color spaces of #f97b9e

RGB 249123158
HSL0.950.910.73
HSV343°51°98°
CMYK 0.000.510.37   0.02
XYZ52.321436.774336.6883
Yxy36.77430.41600.2924
Hunter Lab60.641847.88566.5788
CIE-Lab67.107451.55824.1163

#f97b9e color RGB value is (249,123,158).

#f97b9e hex color red value is 249, green value is 123 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f97b9e hue: 0.95 , saturation: 0.91 and the lightness value of f97b9e is 0.73.

The process color (four color CMYK) of #f97b9e color hex is 0.00, 0.51, 0.37, 0.02. Web safe color of #f97b9e is #ff6699. Color #f97b9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111011 10011110
Octal 371 173 236
Decimal 249 123 158
Hex F9 7B 9E

RGB Percentages of Color #f97b9e

%46.98
%23.21
%29.81

CMYK Percentages of Color #f97b9e

%0
%51
%37
%2

Triadic Colors of #f97b9e

#f97b9e #9ef97b #7b9ef9

Analogous Colors of #f97b9e

#f97b9e #f9977b #f97bdd

Monochromatic Colors of #f97b9e

#f97b9e

Complementary Color

#f97b9e #7bf9d6

#f97b9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97b9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97b9e Color CSS Codes

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

#f97b9e Text Font Color

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

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


#f97b9e Background Color

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

This div background color is #f97b9e


#f97b9e Border Color

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

This div border color is #f97b9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97b9e


Comments

No comments written yet.

Please login to write comment.