Color Hex Logo

#fc409b Color Hex

#FC409B
(252,64,155)
0 Favorites   0 Comments

Color spaces of #fc409b

RGB 25264155
HSL0.920.970.62
HSV331°75°99°
CMYK 0.000.750.38   0.01
XYZ47.894726.728833.6452
Yxy26.72880.44240.2469
Hunter Lab51.699974.8873-2.3947
CIE-Lab58.722575.8013-6.3809

#fc409b color RGB value is (252,64,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 10011011
Octal 374 100 233
Decimal 252 64 155
Hex FC 40 9B

RGB Percentages of Color #fc409b

%53.50
%13.59
%32.91

CMYK Percentages of Color #fc409b

%0
%75
%38
%1

Triadic Colors of #fc409b

#fc409b #9bfc40 #409bfc

Analogous Colors of #fc409b

#fc409b #fc4340 #fc40f9

Monochromatic Colors of #fc409b

#fc409b

Complementary Color

#fc409b #40fca1

#fc409b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc409b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc409b Color CSS Codes

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

#fc409b Text Font Color

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

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


#fc409b Background Color

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

This div background color is #fc409b


#fc409b Border Color

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

This div border color is #fc409b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc409b

Related Colors

#fc409b Color Palettes


Comments

No comments written yet.

Please login to write comment.