Color Hex Logo

#fc217f Color Hex

#FC217F
(252,33,127)
0 Favorites   0 Comments

Color spaces of #fc217f

RGB 25233127
HSL0.930.970.56
HSV334°87°99°
CMYK 0.000.870.50   0.01
XYZ44.519523.315522.2326
Yxy23.31550.49430.2589
Hunter Lab48.286180.07516.5011
CIE-Lab55.395880.56525.3248

#fc217f color RGB value is (252,33,127).

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

The process color (four color CMYK) of #fc217f color hex is 0.00, 0.87, 0.50, 0.01. Web safe color of #fc217f is #ff3366. Color #fc217f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100001 01111111
Octal 374 41 177
Decimal 252 33 127
Hex FC 21 7F

RGB Percentages of Color #fc217f

%61.17
%8.01
%30.83

CMYK Percentages of Color #fc217f

%0
%87
%50
%1

Triadic Colors of #fc217f

#fc217f #7ffc21 #217ffc

Analogous Colors of #fc217f

#fc217f #fc3121 #fc21ed

Monochromatic Colors of #fc217f

#fc217f

Complementary Color

#fc217f #21fc9e

#fc217f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc217f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc217f Color CSS Codes

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

#fc217f Text Font Color

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

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


#fc217f Background Color

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

This div background color is #fc217f


#fc217f Border Color

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

This div border color is #fc217f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc217f


Comments

No comments written yet.

Please login to write comment.