Color Hex Logo

#fc409f Color Hex

#FC409F
(252,64,159)
0 Favorites   0 Comments

Color spaces of #fc409f

RGB 25264159
HSL0.920.970.62
HSV330°75°99°
CMYK 0.000.750.37   0.01
XYZ48.236326.865435.4441
Yxy26.86540.43630.2430
Hunter Lab51.831875.4118-4.2619
CIE-Lab58.849576.1972-8.5299

#fc409f color RGB value is (252,64,159).

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

The process color (four color CMYK) of #fc409f color hex is 0.00, 0.75, 0.37, 0.01. Web safe color of #fc409f is #ff3399. Color #fc409f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 10011111
Octal 374 100 237
Decimal 252 64 159
Hex FC 40 9F

RGB Percentages of Color #fc409f

%53.05
%13.47
%33.47

CMYK Percentages of Color #fc409f

%0
%75
%37
%1

Triadic Colors of #fc409f

#fc409f #9ffc40 #409ffc

Analogous Colors of #fc409f

#fc409f #fc4041 #fb40fc

Monochromatic Colors of #fc409f

#fc409f

Complementary Color

#fc409f #40fc9d

#fc409f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc409f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc409f Color CSS Codes

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

#fc409f Text Font Color

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

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


#fc409f Background Color

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

This div background color is #fc409f


#fc409f Border Color

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

This div border color is #fc409f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc409f

Related Colors


Comments

No comments written yet.

Please login to write comment.