Color Hex Logo

#f59698 Color Hex

#F59698
(245,150,152)
0 Favorites   0 Comments

Color spaces of #f59698

RGB 245150152
HSL1.000.830.77
HSV359°39°96°
CMYK 0.000.390.38   0.04
XYZ54.230043.492235.2424
Yxy43.49220.40790.3271
Hunter Lab65.948631.371714.4799
CIE-Lab71.887835.876314.2113

#f59698 color RGB value is (245,150,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010110 10011000
Octal 365 226 230
Decimal 245 150 152
Hex F5 96 98

RGB Percentages of Color #f59698

%44.79
%27.42
%27.79

CMYK Percentages of Color #f59698

%0
%39
%38
%4

Triadic Colors of #f59698

#f59698 #98f596 #9698f5

Analogous Colors of #f59698

#f59698 #f5c496 #f596c8

Monochromatic Colors of #f59698

#f59698

Complementary Color

#f59698 #96f5f3

#f59698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59698 Color CSS Codes

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

#f59698 Text Font Color

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

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


#f59698 Background Color

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

This div background color is #f59698


#f59698 Border Color

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

This div border color is #f59698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59698


Comments

No comments written yet.

Please login to write comment.