Color Hex Logo

#fc616c Color Hex

#FC616C
(252,97,108)
0 Favorites   0 Comments

Color spaces of #fc616c

RGB 25297108
HSL0.990.960.68
HSV356°62°99°
CMYK 0.000.620.57   0.01
XYZ47.126430.327517.5573
Yxy30.32750.49600.3192
Hunter Lab55.070456.377819.6467
CIE-Lab61.935859.811825.5135

#fc616c color RGB value is (252,97,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 01101100
Octal 374 141 154
Decimal 252 97 108
Hex FC 61 6C

RGB Percentages of Color #fc616c

%55.14
%21.23
%23.63

CMYK Percentages of Color #fc616c

%0
%62
%57
%1

Triadic Colors of #fc616c

#fc616c #6cfc61 #616cfc

Analogous Colors of #fc616c

#fc616c #fca461 #fc61ba

Monochromatic Colors of #fc616c

#fc616c

Complementary Color

#fc616c #61fcf1

#fc616c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc616c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc616c Color CSS Codes

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

#fc616c Text Font Color

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

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


#fc616c Background Color

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

This div background color is #fc616c


#fc616c Border Color

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

This div border color is #fc616c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc616c


Comments

No comments written yet.

Please login to write comment.