Color Hex Logo

#fc109f Color Hex

#FC109F
(252,16,159)
0 Favorites   0 Comments

Color spaces of #fc109f

RGB 25216159
HSL0.900.980.53
HSV324°94°99°
CMYK 0.000.940.37   0.01
XYZ46.588223.569234.8947
Yxy23.56920.44350.2244
Hunter Lab48.548186.3346-8.6319
CIE-Lab55.653985.3767-13.3251

#fc109f color RGB value is (252,16,159).

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

The process color (four color CMYK) of #fc109f color hex is 0.00, 0.94, 0.37, 0.01. Web safe color of #fc109f is #ff0099. Color #fc109f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 10011111
Octal 374 20 237
Decimal 252 16 159
Hex FC 10 9F

RGB Percentages of Color #fc109f

%59.02
%3.75
%37.24

CMYK Percentages of Color #fc109f

%0
%94
%37
%1

Triadic Colors of #fc109f

#fc109f #9ffc10 #109ffc

Analogous Colors of #fc109f

#fc109f #fc1029 #e310fc

Monochromatic Colors of #fc109f

#fc109f

Complementary Color

#fc109f #10fc6d

#fc109f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc109f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc109f Color CSS Codes

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

#fc109f Text Font Color

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

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


#fc109f Background Color

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

This div background color is #fc109f


#fc109f Border Color

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

This div border color is #fc109f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc109f


Comments

No comments written yet.

Please login to write comment.