Color Hex Logo

#fc598e Color Hex

#FC598E
(252,89,142)
0 Favorites   0 Comments

Color spaces of #fc598e

RGB 25289142
HSL0.950.960.67
HSV340°65°99°
CMYK 0.000.650.44   0.01
XYZ48.599729.793228.7804
Yxy29.79320.45350.2780
Hunter Lab54.583163.41226.9460
CIE-Lab61.475465.87805.2244

#fc598e color RGB value is (252,89,142).

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

The process color (four color CMYK) of #fc598e color hex is 0.00, 0.65, 0.44, 0.01. Web safe color of #fc598e is #ff6699. Color #fc598e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 10001110
Octal 374 131 216
Decimal 252 89 142
Hex FC 59 8E

RGB Percentages of Color #fc598e

%52.17
%18.43
%29.40

CMYK Percentages of Color #fc598e

%0
%65
%44
%1

Triadic Colors of #fc598e

#fc598e #8efc59 #598efc

Analogous Colors of #fc598e

#fc598e #fc7659 #fc59e0

Monochromatic Colors of #fc598e

#fc598e

Complementary Color

#fc598e #59fcc7

#fc598e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc598e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc598e Color CSS Codes

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

#fc598e Text Font Color

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

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


#fc598e Background Color

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

This div background color is #fc598e


#fc598e Border Color

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

This div border color is #fc598e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc598e

Related Colors


Comments

No comments written yet.

Please login to write comment.