Color Hex Logo

#f5595e Color Hex

#F5595E
(245,89,94)
0 Favorites   0 Comments

Color spaces of #f5595e

RGB 2458994
HSL0.990.890.65
HSV358°64°96°
CMYK 0.000.640.62   0.04
XYZ43.248927.365413.5923
Yxy27.36540.51360.3250
Hunter Lab52.311956.029021.2129
CIE-Lab59.311059.959529.8909

#f5595e color RGB value is (245,89,94).

#f5595e hex color red value is 245, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f5595e hue: 0.99 , saturation: 0.89 and the lightness value of f5595e is 0.65.

The process color (four color CMYK) of #f5595e color hex is 0.00, 0.64, 0.62, 0.04. Web safe color of #f5595e is #ff6666. Color #f5595e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011001 01011110
Octal 365 131 136
Decimal 245 89 94
Hex F5 59 5E

RGB Percentages of Color #f5595e

%57.24
%20.79
%21.96

CMYK Percentages of Color #f5595e

%0
%64
%62
%4

Triadic Colors of #f5595e

#f5595e #5ef559 #595ef5

Analogous Colors of #f5595e

#f5595e #f5a259 #f559ac

Monochromatic Colors of #f5595e

#f5595e

Complementary Color

#f5595e #59f5f0

#f5595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5595e Color CSS Codes

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

#f5595e Text Font Color

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

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


#f5595e Background Color

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

This div background color is #f5595e


#f5595e Border Color

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

This div border color is #f5595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5595e


Comments

No comments written yet.

Please login to write comment.