Color Hex Logo

#fc116b Color Hex

#FC116B
(252,17,107)
0 Favorites   0 Comments

Color spaces of #fc116b

RGB 25217107
HSL0.940.980.53
HSV337°93°99°
CMYK 0.000.930.58   0.01
XYZ42.999222.157915.9205
Yxy22.15790.53030.2733
Hunter Lab47.072280.678812.8978
CIE-Lab54.194181.273515.6596

#fc116b color RGB value is (252,17,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010001 01101011
Octal 374 21 153
Decimal 252 17 107
Hex FC 11 6B

RGB Percentages of Color #fc116b

%67.02
%4.52
%28.46

CMYK Percentages of Color #fc116b

%0
%93
%58
%1

Triadic Colors of #fc116b

#fc116b #6bfc11 #116bfc

Analogous Colors of #fc116b

#fc116b #fc2d11 #fc11e1

Monochromatic Colors of #fc116b

#fc116b

Complementary Color

#fc116b #11fca2

#fc116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc116b Color CSS Codes

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

#fc116b Text Font Color

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

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


#fc116b Background Color

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

This div background color is #fc116b


#fc116b Border Color

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

This div border color is #fc116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc116b


Comments

No comments written yet.

Please login to write comment.