Color Hex Logo

#f9858c Color Hex

#F9858C
(249,133,140)
0 Favorites   0 Comments

Color spaces of #f9858c

RGB 249133140
HSL0.990.910.75
HSV356°47°98°
CMYK 0.000.470.44   0.02
XYZ52.188138.808229.5511
Yxy38.80820.43290.3219
Hunter Lab62.296240.518415.4823
CIE-Lab68.612144.723916.3934

#f9858c color RGB value is (249,133,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 10001100
Octal 371 205 214
Decimal 249 133 140
Hex F9 85 8C

RGB Percentages of Color #f9858c

%47.70
%25.48
%26.82

CMYK Percentages of Color #f9858c

%0
%47
%44
%2

Triadic Colors of #f9858c

#f9858c #8cf985 #858cf9

Analogous Colors of #f9858c

#f9858c #f9b885 #f985c6

Monochromatic Colors of #f9858c

#f9858c

Complementary Color

#f9858c #85f9f2

#f9858c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9858c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9858c Color CSS Codes

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

#f9858c Text Font Color

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

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


#f9858c Background Color

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

This div background color is #f9858c


#f9858c Border Color

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

This div border color is #f9858c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9858c


Comments

No comments written yet.

Please login to write comment.