Color Hex Logo

#fc219c Color Hex

#FC219C
(252,33,156)
0 Favorites   0 Comments

Color spaces of #fc219c

RGB 25233156
HSL0.910.970.56
HSV326°87°99°
CMYK 0.000.870.38   0.01
XYZ46.689524.183533.6596
Yxy24.18350.44670.2313
Hunter Lab49.176783.4127-6.1580
CIE-Lab56.271183.0019-10.6268

#fc219c color RGB value is (252,33,156).

#fc219c hex color red value is 252, green value is 33 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fc219c hue: 0.91 , saturation: 0.97 and the lightness value of fc219c is 0.56.

The process color (four color CMYK) of #fc219c color hex is 0.00, 0.87, 0.38, 0.01. Web safe color of #fc219c is #ff3399. Color #fc219c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100001 10011100
Octal 374 41 234
Decimal 252 33 156
Hex FC 21 9C

RGB Percentages of Color #fc219c

%57.14
%7.48
%35.37

CMYK Percentages of Color #fc219c

%0
%87
%38
%1

Triadic Colors of #fc219c

#fc219c #9cfc21 #219cfc

Analogous Colors of #fc219c

#fc219c #fc212f #ef21fc

Monochromatic Colors of #fc219c

#fc219c

Complementary Color

#fc219c #21fc81

#fc219c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc219c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc219c Color CSS Codes

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

#fc219c Text Font Color

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

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


#fc219c Background Color

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

This div background color is #fc219c


#fc219c Border Color

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

This div border color is #fc219c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc219c

Related Colors


Comments

No comments written yet.

Please login to write comment.