Color Hex Logo

#f9668d Color Hex

#F9668D
(249,102,141)
0 Favorites   0 Comments

Color spaces of #f9668d

RGB 249102141
HSL0.960.920.69
HSV344°59°98°
CMYK 0.000.590.43   0.02
XYZ48.626031.565628.7292
Yxy31.56560.44640.2898
Hunter Lab56.183356.16919.0105
CIE-Lab62.982259.45517.8985

#f9668d color RGB value is (249,102,141).

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

The process color (four color CMYK) of #f9668d color hex is 0.00, 0.59, 0.43, 0.02. Web safe color of #f9668d is #ff6699. Color #f9668d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100110 10001101
Octal 371 146 215
Decimal 249 102 141
Hex F9 66 8D

RGB Percentages of Color #f9668d

%50.61
%20.73
%28.66

CMYK Percentages of Color #f9668d

%0
%59
%43
%2

Triadic Colors of #f9668d

#f9668d #8df966 #668df9

Analogous Colors of #f9668d

#f9668d #f98966 #f966d7

Monochromatic Colors of #f9668d

#f9668d

Complementary Color

#f9668d #66f9d2

#f9668d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9668d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9668d Color CSS Codes

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

#f9668d Text Font Color

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

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


#f9668d Background Color

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

This div background color is #f9668d


#f9668d Border Color

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

This div border color is #f9668d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9668d


Comments

No comments written yet.

Please login to write comment.