Color Hex Logo

#fc118f Color Hex

#FC118F
(252,17,143)
0 Favorites   0 Comments

Color spaces of #fc118f

RGB 25217143
HSL0.910.980.53
HSV328°93°99°
CMYK 0.000.930.43   0.01
XYZ45.303323.079528.0536
Yxy23.07950.46980.2393
Hunter Lab48.041184.2554-0.9936
CIE-Lab55.154183.8726-4.5846

#fc118f color RGB value is (252,17,143).

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

The process color (four color CMYK) of #fc118f color hex is 0.00, 0.93, 0.43, 0.01. Web safe color of #fc118f is #ff0099. Color #fc118f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010001 10001111
Octal 374 21 217
Decimal 252 17 143
Hex FC 11 8F

RGB Percentages of Color #fc118f

%61.17
%4.13
%34.71

CMYK Percentages of Color #fc118f

%0
%93
%43
%1

Triadic Colors of #fc118f

#fc118f #8ffc11 #118ffc

Analogous Colors of #fc118f

#fc118f #fc111a #f411fc

Monochromatic Colors of #fc118f

#fc118f

Complementary Color

#fc118f #11fc7e

#fc118f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc118f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc118f Color CSS Codes

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

#fc118f Text Font Color

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

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


#fc118f Background Color

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

This div background color is #fc118f


#fc118f Border Color

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

This div border color is #fc118f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc118f

Related Colors


Comments

No comments written yet.

Please login to write comment.