Color Hex Logo

#fc126a Color Hex

#FC126A
(252,18,106)
0 Favorites   0 Comments

Color spaces of #fc126a

RGB 25218106
HSL0.940.980.53
HSV337°93°99°
CMYK 0.000.930.58   0.01
XYZ42.962722.168715.6503
Yxy22.16870.53180.2744
Hunter Lab47.083680.480613.2509
CIE-Lab54.205581.115816.2787

#fc126a color RGB value is (252,18,106).

#fc126a hex color red value is 252, green value is 18 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fc126a hue: 0.94 , saturation: 0.98 and the lightness value of fc126a is 0.53.

The process color (four color CMYK) of #fc126a color hex is 0.00, 0.93, 0.58, 0.01. Web safe color of #fc126a is #ff0066. Color #fc126a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 01101010
Octal 374 22 152
Decimal 252 18 106
Hex FC 12 6A

RGB Percentages of Color #fc126a

%67.02
%4.79
%28.19

CMYK Percentages of Color #fc126a

%0
%93
%58
%1

Triadic Colors of #fc126a

#fc126a #6afc12 #126afc

Analogous Colors of #fc126a

#fc126a #fc2f12 #fc12df

Monochromatic Colors of #fc126a

#fc126a

Complementary Color

#fc126a #12fca4

#fc126a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc126a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc126a Color CSS Codes

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

#fc126a Text Font Color

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

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


#fc126a Background Color

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

This div background color is #fc126a


#fc126a Border Color

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

This div border color is #fc126a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc126a

Related Colors


Comments

No comments written yet.

Please login to write comment.