Color Hex Logo

#f9869f Color Hex

#F9869F
(249,134,159)
0 Favorites   0 Comments

Color spaces of #f9869f

RGB 249134159
HSL0.960.910.75
HSV347°46°98°
CMYK 0.000.460.36   0.02
XYZ53.850039.693137.6242
Yxy39.69310.41050.3026
Hunter Lab63.002542.31478.6946
CIE-Lab69.250446.27356.6377

#f9869f color RGB value is (249,134,159).

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

The process color (four color CMYK) of #f9869f color hex is 0.00, 0.46, 0.36, 0.02. Web safe color of #f9869f is #ff9999. Color #f9869f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000110 10011111
Octal 371 206 237
Decimal 249 134 159
Hex F9 86 9F

RGB Percentages of Color #f9869f

%45.94
%24.72
%29.34

CMYK Percentages of Color #f9869f

%0
%46
%36
%2

Triadic Colors of #f9869f

#f9869f #9ff986 #869ff9

Analogous Colors of #f9869f

#f9869f #f9a786 #f986d9

Monochromatic Colors of #f9869f

#f9869f

Complementary Color

#f9869f #86f9e0

#f9869f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9869f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9869f Color CSS Codes

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

#f9869f Text Font Color

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

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


#f9869f Background Color

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

This div background color is #f9869f


#f9869f Border Color

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

This div border color is #f9869f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9869f


Comments

No comments written yet.

Please login to write comment.