Color Hex Logo

#fc418e Color Hex

#FC418E
(252,65,142)
0 Favorites   0 Comments

Color spaces of #fc418e

RGB 25265142
HSL0.930.970.62
HSV335°74°99°
CMYK 0.000.740.44   0.01
XYZ46.917726.429028.2197
Yxy26.42900.46190.2602
Hunter Lab51.409172.93913.4407
CIE-Lab58.442074.28590.8335

#fc418e color RGB value is (252,65,142).

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

The process color (four color CMYK) of #fc418e color hex is 0.00, 0.74, 0.44, 0.01. Web safe color of #fc418e is #ff3399. Color #fc418e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 10001110
Octal 374 101 216
Decimal 252 65 142
Hex FC 41 8E

RGB Percentages of Color #fc418e

%54.90
%14.16
%30.94

CMYK Percentages of Color #fc418e

%0
%74
%44
%1

Triadic Colors of #fc418e

#fc418e #8efc41 #418efc

Analogous Colors of #fc418e

#fc418e #fc5241 #fc41ec

Monochromatic Colors of #fc418e

#fc418e

Complementary Color

#fc418e #41fcaf

#fc418e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc418e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc418e Color CSS Codes

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

#fc418e Text Font Color

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

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


#fc418e Background Color

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

This div background color is #fc418e


#fc418e Border Color

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

This div border color is #fc418e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc418e

Related Colors


Comments

No comments written yet.

Please login to write comment.