Color Hex Logo

#fc616e Color Hex

#FC616E
(252,97,110)
0 Favorites   0 Comments

Color spaces of #fc616e

RGB 25297110
HSL0.990.960.68
HSV355°62°99°
CMYK 0.000.620.56   0.01
XYZ47.234130.370618.1245
Yxy30.37060.49340.3173
Hunter Lab55.109556.549819.0773
CIE-Lab61.972759.953924.4173

#fc616e color RGB value is (252,97,110).

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

The process color (four color CMYK) of #fc616e color hex is 0.00, 0.62, 0.56, 0.01. Web safe color of #fc616e is #ff6666. Color #fc616e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 01101110
Octal 374 141 156
Decimal 252 97 110
Hex FC 61 6E

RGB Percentages of Color #fc616e

%54.90
%21.13
%23.97

CMYK Percentages of Color #fc616e

%0
%62
%56
%1

Triadic Colors of #fc616e

#fc616e #6efc61 #616efc

Analogous Colors of #fc616e

#fc616e #fca261 #fc61bc

Monochromatic Colors of #fc616e

#fc616e

Complementary Color

#fc616e #61fcef

#fc616e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc616e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc616e Color CSS Codes

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

#fc616e Text Font Color

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

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


#fc616e Background Color

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

This div background color is #fc616e


#fc616e Border Color

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

This div border color is #fc616e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc616e


Comments

No comments written yet.

Please login to write comment.