Color Hex Logo

#fc595e Color Hex

#FC595E
(252,89,94)
0 Favorites   0 Comments

Color spaces of #fc595e

RGB 2528994
HSL0.990.960.67
HSV358°65°99°
CMYK 0.000.650.63   0.01
XYZ45.737628.648413.7087
Yxy28.64840.51920.3252
Hunter Lab53.524258.864822.2815
CIE-Lab60.470162.203231.6047

#fc595e color RGB value is (252,89,94).

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

The process color (four color CMYK) of #fc595e color hex is 0.00, 0.65, 0.63, 0.01. Web safe color of #fc595e is #ff6666. Color #fc595e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 01011110
Octal 374 131 136
Decimal 252 89 94
Hex FC 59 5E

RGB Percentages of Color #fc595e

%57.93
%20.46
%21.61

CMYK Percentages of Color #fc595e

%0
%65
%63
%1

Triadic Colors of #fc595e

#fc595e #5efc59 #595efc

Analogous Colors of #fc595e

#fc595e #fca659 #fc59b0

Monochromatic Colors of #fc595e

#fc595e

Complementary Color

#fc595e #59fcf7

#fc595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc595e Color CSS Codes

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

#fc595e Text Font Color

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

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


#fc595e Background Color

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

This div background color is #fc595e


#fc595e Border Color

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

This div border color is #fc595e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,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 #fc595e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc595e

Related Colors


Comments

No comments written yet.

Please login to write comment.