Color Hex Logo

#fc1291 Color Hex

#FC1291
(252,18,145)
0 Favorites   0 Comments

Color spaces of #fc1291

RGB 25218145
HSL0.910.980.53
HSV327°93°99°
CMYK 0.000.930.42   0.01
XYZ45.472023.172428.8641
Yxy23.17240.46630.2376
Hunter Lab48.137784.3742-1.8548
CIE-Lab55.249583.9458-5.6342

#fc1291 color RGB value is (252,18,145).

#fc1291 hex color red value is 252, green value is 18 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fc1291 hue: 0.91 , saturation: 0.98 and the lightness value of fc1291 is 0.53.

The process color (four color CMYK) of #fc1291 color hex is 0.00, 0.93, 0.42, 0.01. Web safe color of #fc1291 is #ff0099. Color #fc1291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 10010001
Octal 374 22 221
Decimal 252 18 145
Hex FC 12 91

RGB Percentages of Color #fc1291

%60.72
%4.34
%34.94

CMYK Percentages of Color #fc1291

%0
%93
%42
%1

Triadic Colors of #fc1291

#fc1291 #91fc12 #1291fc

Analogous Colors of #fc1291

#fc1291 #fc121c #f212fc

Monochromatic Colors of #fc1291

#fc1291

Complementary Color

#fc1291 #12fc7d

#fc1291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1291 Color CSS Codes

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

#fc1291 Text Font Color

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

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


#fc1291 Background Color

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

This div background color is #fc1291


#fc1291 Border Color

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

This div border color is #fc1291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1291


Comments

No comments written yet.

Please login to write comment.