Color Hex Logo

#fc1faf Color Hex

#FC1FAF
(252,31,175)
0 Favorites   0 Comments

Color spaces of #fc1faf

RGB 25231175
HSL0.890.970.55
HSV321°88°99°
CMYK 0.000.880.31   0.01
XYZ48.372724.770642.7891
Yxy24.77060.41720.2137
Hunter Lab49.770186.3907-16.1347
CIE-Lab56.851285.1862-20.8888

#fc1faf color RGB value is (252,31,175).

#fc1faf hex color red value is 252, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fc1faf hue: 0.89 , saturation: 0.97 and the lightness value of fc1faf is 0.55.

The process color (four color CMYK) of #fc1faf color hex is 0.00, 0.88, 0.31, 0.01. Web safe color of #fc1faf is #ff3399. Color #fc1faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011111 10101111
Octal 374 37 257
Decimal 252 31 175
Hex FC 1F AF

RGB Percentages of Color #fc1faf

%55.02
%6.77
%38.21

CMYK Percentages of Color #fc1faf

%0
%88
%31
%1

Triadic Colors of #fc1faf

#fc1faf #affc1f #1faffc

Analogous Colors of #fc1faf

#fc1faf #fc1f41 #db1ffc

Monochromatic Colors of #fc1faf

#fc1faf

Complementary Color

#fc1faf #1ffc6c

#fc1faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1faf Color CSS Codes

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

#fc1faf Text Font Color

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

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


#fc1faf Background Color

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

This div background color is #fc1faf


#fc1faf Border Color

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

This div border color is #fc1faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1faf

Related Colors


Comments

No comments written yet.

Please login to write comment.