Color Hex Logo

#fc416e Color Hex

#FC416E
(252,65,110)
0 Favorites   0 Comments

Color spaces of #fc416e

RGB 25265110
HSL0.960.970.62
HSV346°74°99°
CMYK 0.000.740.56   0.01
XYZ44.849725.601817.3297
Yxy25.60180.51090.2917
Hunter Lab50.598269.673515.1122
CIE-Lab57.657171.775918.6089

#fc416e color RGB value is (252,65,110).

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

The process color (four color CMYK) of #fc416e color hex is 0.00, 0.74, 0.56, 0.01. Web safe color of #fc416e is #ff3366. Color #fc416e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 01101110
Octal 374 101 156
Decimal 252 65 110
Hex FC 41 6E

RGB Percentages of Color #fc416e

%59.02
%15.22
%25.76

CMYK Percentages of Color #fc416e

%0
%74
%56
%1

Triadic Colors of #fc416e

#fc416e #6efc41 #416efc

Analogous Colors of #fc416e

#fc416e #fc7241 #fc41cc

Monochromatic Colors of #fc416e

#fc416e

Complementary Color

#fc416e #41fccf

#fc416e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc416e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc416e Color CSS Codes

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

#fc416e Text Font Color

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

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


#fc416e Background Color

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

This div background color is #fc416e


#fc416e Border Color

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

This div border color is #fc416e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc416e


Comments

No comments written yet.

Please login to write comment.