Color Hex Logo

#fc418a Color Hex

#FC418A
(252,65,138)
0 Favorites   0 Comments

Color spaces of #fc418a

RGB 25265138
HSL0.930.970.62
HSV337°74°99°
CMYK 0.000.740.45   0.01
XYZ46.622626.311026.6660
Yxy26.31100.46810.2642
Hunter Lab51.294272.47815.0833
CIE-Lab58.331173.93403.0267

#fc418a color RGB value is (252,65,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 10001010
Octal 374 101 212
Decimal 252 65 138
Hex FC 41 8A

RGB Percentages of Color #fc418a

%55.38
%14.29
%30.33

CMYK Percentages of Color #fc418a

%0
%74
%45
%1

Triadic Colors of #fc418a

#fc418a #8afc41 #418afc

Analogous Colors of #fc418a

#fc418a #fc5641 #fc41e8

Monochromatic Colors of #fc418a

#fc418a

Complementary Color

#fc418a #41fcb3

#fc418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc418a Color CSS Codes

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

#fc418a Text Font Color

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

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


#fc418a Background Color

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

This div background color is #fc418a


#fc418a Border Color

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

This div border color is #fc418a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc418a

Related Colors


Comments

No comments written yet.

Please login to write comment.