Color Hex Logo

#f9596d Color Hex

#F9596D
(249,89,109)
0 Favorites   0 Comments

Color spaces of #f9596d

RGB 24989109
HSL0.980.930.66
HSV353°64°98°
CMYK 0.000.640.56   0.02
XYZ45.399628.388617.5547
Yxy28.38860.49700.3108
Hunter Lab53.281058.854517.7621
CIE-Lab60.238262.235022.5920

#f9596d color RGB value is (249,89,109).

#f9596d hex color red value is 249, green value is 89 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #f9596d hue: 0.98 , saturation: 0.93 and the lightness value of f9596d is 0.66.

The process color (four color CMYK) of #f9596d color hex is 0.00, 0.64, 0.56, 0.02. Web safe color of #f9596d is #ff6666. Color #f9596d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011001 01101101
Octal 371 131 155
Decimal 249 89 109
Hex F9 59 6D

RGB Percentages of Color #f9596d

%55.70
%19.91
%24.38

CMYK Percentages of Color #f9596d

%0
%64
%56
%2

Triadic Colors of #f9596d

#f9596d #6df959 #596df9

Analogous Colors of #f9596d

#f9596d #f99559 #f959bd

Monochromatic Colors of #f9596d

#f9596d

Complementary Color

#f9596d #59f9e5

#f9596d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9596d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9596d Color CSS Codes

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

#f9596d Text Font Color

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

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


#f9596d Background Color

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

This div background color is #f9596d


#f9596d Border Color

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

This div border color is #f9596d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9596d


Comments

No comments written yet.

Please login to write comment.