Color Hex Logo

#fc219f Color Hex

#FC219F
(252,33,159)
0 Favorites   0 Comments

Color spaces of #fc219f

RGB 25233159
HSL0.900.970.56
HSV325°87°99°
CMYK 0.000.870.37   0.01
XYZ46.946724.286435.0143
Yxy24.28640.44190.2286
Hunter Lab49.281283.8020-7.6287
CIE-Lab56.373483.2838-12.2407

#fc219f color RGB value is (252,33,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100001 10011111
Octal 374 41 237
Decimal 252 33 159
Hex FC 21 9F

RGB Percentages of Color #fc219f

%56.76
%7.43
%35.81

CMYK Percentages of Color #fc219f

%0
%87
%37
%1

Triadic Colors of #fc219f

#fc219f #9ffc21 #219ffc

Analogous Colors of #fc219f

#fc219f #fc2132 #ec21fc

Monochromatic Colors of #fc219f

#fc219f

Complementary Color

#fc219f #21fc7e

#fc219f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc219f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc219f Color CSS Codes

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

#fc219f Text Font Color

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

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


#fc219f Background Color

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

This div background color is #fc219f


#fc219f Border Color

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

This div border color is #fc219f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc219f


Comments

No comments written yet.

Please login to write comment.