Color Hex Logo

#f9687d Color Hex

#F9687D
(249,104,125)
0 Favorites   0 Comments

Color spaces of #f9687d

RGB 249104125
HSL0.980.920.69
HSV351°58°98°
CMYK 0.000.580.50   0.02
XYZ47.718931.521022.9711
Yxy31.52100.46690.3084
Hunter Lab56.143653.463815.0420
CIE-Lab62.945057.113217.0508

#f9687d color RGB value is (249,104,125).

#f9687d hex color red value is 249, green value is 104 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f9687d hue: 0.98 , saturation: 0.92 and the lightness value of f9687d is 0.69.

The process color (four color CMYK) of #f9687d color hex is 0.00, 0.58, 0.50, 0.02. Web safe color of #f9687d is #ff6666. Color #f9687d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101000 01111101
Octal 371 150 175
Decimal 249 104 125
Hex F9 68 7D

RGB Percentages of Color #f9687d

%52.09
%21.76
%26.15

CMYK Percentages of Color #f9687d

%0
%58
%50
%2

Triadic Colors of #f9687d

#f9687d #7df968 #687df9

Analogous Colors of #f9687d

#f9687d #f99c68 #f968c6

Monochromatic Colors of #f9687d

#f9687d

Complementary Color

#f9687d #68f9e4

#f9687d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9687d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9687d Color CSS Codes

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

#f9687d Text Font Color

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

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


#f9687d Background Color

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

This div background color is #f9687d


#f9687d Border Color

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

This div border color is #f9687d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9687d

Related Colors

#f9687d Color Palettes


Comments

No comments written yet.

Please login to write comment.