Color Hex Logo

#fc406f Color Hex

#FC406F
(252,64,111)
0 Favorites   0 Comments

Color spaces of #fc406f

RGB 25264111
HSL0.960.970.62
HSV345°75°99°
CMYK 0.000.750.56   0.01
XYZ44.847525.509917.5991
Yxy25.50990.50990.2900
Hunter Lab50.507370.109614.6957
CIE-Lab57.568972.149917.8981

#fc406f color RGB value is (252,64,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 01101111
Octal 374 100 157
Decimal 252 64 111
Hex FC 40 6F

RGB Percentages of Color #fc406f

%59.02
%14.99
%26.00

CMYK Percentages of Color #fc406f

%0
%75
%56
%1

Triadic Colors of #fc406f

#fc406f #6ffc40 #406ffc

Analogous Colors of #fc406f

#fc406f #fc6f40 #fc40cd

Monochromatic Colors of #fc406f

#fc406f

Complementary Color

#fc406f #40fccd

#fc406f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc406f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc406f Color CSS Codes

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

#fc406f Text Font Color

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

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


#fc406f Background Color

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

This div background color is #fc406f


#fc406f Border Color

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

This div border color is #fc406f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc406f

Related Colors


Comments

No comments written yet.

Please login to write comment.