Color Hex Logo

#f9859e Color Hex

#F9859E
(249,133,158)
0 Favorites   0 Comments

Color spaces of #f9859e

RGB 249133158
HSL0.960.910.75
HSV347°47°98°
CMYK 0.000.470.37   0.02
XYZ53.626039.383437.1231
Yxy39.38340.41210.3026
Hunter Lab62.756242.70738.8566
CIE-Lab69.028146.65726.8803

#f9859e color RGB value is (249,133,158).

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

The process color (four color CMYK) of #f9859e color hex is 0.00, 0.47, 0.37, 0.02. Web safe color of #f9859e is #ff9999. Color #f9859e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 10011110
Octal 371 205 236
Decimal 249 133 158
Hex F9 85 9E

RGB Percentages of Color #f9859e

%46.11
%24.63
%29.26

CMYK Percentages of Color #f9859e

%0
%47
%37
%2

Triadic Colors of #f9859e

#f9859e #9ef985 #859ef9

Analogous Colors of #f9859e

#f9859e #f9a685 #f985d8

Monochromatic Colors of #f9859e

#f9859e

Complementary Color

#f9859e #85f9e0

#f9859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9859e Color CSS Codes

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

#f9859e Text Font Color

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

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


#f9859e Background Color

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

This div background color is #f9859e


#f9859e Border Color

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

This div border color is #f9859e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9859e


Comments

No comments written yet.

Please login to write comment.