Color Hex Logo

#f596ac Color Hex

#F596AC
(245,150,172)
0 Favorites   0 Comments

Color spaces of #f596ac

RGB 245150172
HSL0.960.830.77
HSV346°39°96°
CMYK 0.000.390.30   0.04
XYZ56.008944.203744.6099
Yxy44.20370.38670.3052
Hunter Lab66.485934.02146.7584
CIE-Lab72.364438.30753.8090

#f596ac color RGB value is (245,150,172).

#f596ac hex color red value is 245, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f596ac hue: 0.96 , saturation: 0.83 and the lightness value of f596ac is 0.77.

The process color (four color CMYK) of #f596ac color hex is 0.00, 0.39, 0.30, 0.04. Web safe color of #f596ac is #ff9999. Color #f596ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010110 10101100
Octal 365 226 254
Decimal 245 150 172
Hex F5 96 AC

RGB Percentages of Color #f596ac

%43.21
%26.46
%30.34

CMYK Percentages of Color #f596ac

%0
%39
%30
%4

Triadic Colors of #f596ac

#f596ac #acf596 #96acf5

Analogous Colors of #f596ac

#f596ac #f5b096 #f596dc

Monochromatic Colors of #f596ac

#f596ac

Complementary Color

#f596ac #96f5df

#f596ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f596ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f596ac Color CSS Codes

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

#f596ac Text Font Color

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

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


#f596ac Background Color

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

This div background color is #f596ac


#f596ac Border Color

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

This div border color is #f596ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,150,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f596ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f596ac;
  -webkit-box-shadow: 1px 1px 3px 2px #f596ac;
  box-shadow:         1px 1px 3px 2px #f596ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,150,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f596ac


Comments

No comments written yet.

Please login to write comment.