Color Hex Logo

#fc116a Color Hex

#FC116A
(252,17,106)
0 Favorites   0 Comments

Color spaces of #fc116a

RGB 25217106
HSL0.940.980.53
HSV337°93°99°
CMYK 0.000.930.58   0.01
XYZ42.946922.137015.6450
Yxy22.13700.53200.2742
Hunter Lab47.050080.596113.2199
CIE-Lab54.172181.213016.2328

#fc116a color RGB value is (252,17,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010001 01101010
Octal 374 21 152
Decimal 252 17 106
Hex FC 11 6A

RGB Percentages of Color #fc116a

%67.20
%4.53
%28.27

CMYK Percentages of Color #fc116a

%0
%93
%58
%1

Triadic Colors of #fc116a

#fc116a #6afc11 #116afc

Analogous Colors of #fc116a

#fc116a #fc2e11 #fc11e0

Monochromatic Colors of #fc116a

#fc116a

Complementary Color

#fc116a #11fca3

#fc116a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc116a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc116a Color CSS Codes

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

#fc116a Text Font Color

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

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


#fc116a Background Color

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

This div background color is #fc116a


#fc116a Border Color

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

This div border color is #fc116a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,17,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 #fc116a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc116a

Related Colors


Comments

No comments written yet.

Please login to write comment.