Color Hex Logo

#fc519f Color Hex

#FC519F
(252,81,159)
0 Favorites   0 Comments

Color spaces of #fc519f

RGB 25281159
HSL0.920.970.65
HSV333°68°99°
CMYK 0.000.680.37   0.01
XYZ49.345329.083535.8138
Yxy29.08350.43190.2546
Hunter Lab53.929168.9521-1.6235
CIE-Lab60.855370.5852-5.5485

#fc519f color RGB value is (252,81,159).

#fc519f hex color red value is 252, green value is 81 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fc519f hue: 0.92 , saturation: 0.97 and the lightness value of fc519f is 0.65.

The process color (four color CMYK) of #fc519f color hex is 0.00, 0.68, 0.37, 0.01. Web safe color of #fc519f is #ff6699. Color #fc519f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 10011111
Octal 374 121 237
Decimal 252 81 159
Hex FC 51 9F

RGB Percentages of Color #fc519f

%51.22
%16.46
%32.32

CMYK Percentages of Color #fc519f

%0
%68
%37
%1

Triadic Colors of #fc519f

#fc519f #9ffc51 #519ffc

Analogous Colors of #fc519f

#fc519f #fc5951 #fc51f5

Monochromatic Colors of #fc519f

#fc519f

Complementary Color

#fc519f #51fcae

#fc519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc519f Color CSS Codes

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

#fc519f Text Font Color

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

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


#fc519f Background Color

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

This div background color is #fc519f


#fc519f Border Color

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

This div border color is #fc519f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc519f

Related Colors


Comments

No comments written yet.

Please login to write comment.