Color Hex Logo

#fc149e Color Hex

#FC149E
(252,20,158)
0 Favorites   0 Comments

Color spaces of #fc149e

RGB 25220158
HSL0.900.970.53
HSV324°92°99°
CMYK 0.000.920.37   0.01
XYZ46.566623.664434.4611
Yxy23.66440.44480.2260
Hunter Lab48.646185.7391-7.9491
CIE-Lab55.750284.9005-12.5898

#fc149e color RGB value is (252,20,158).

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

The process color (four color CMYK) of #fc149e color hex is 0.00, 0.92, 0.37, 0.01. Web safe color of #fc149e is #ff0099. Color #fc149e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010100 10011110
Octal 374 24 236
Decimal 252 20 158
Hex FC 14 9E

RGB Percentages of Color #fc149e

%58.60
%4.65
%36.74

CMYK Percentages of Color #fc149e

%0
%92
%37
%1

Triadic Colors of #fc149e

#fc149e #9efc14 #149efc

Analogous Colors of #fc149e

#fc149e #fc142a #e614fc

Monochromatic Colors of #fc149e

#fc149e

Complementary Color

#fc149e #14fc72

#fc149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc149e Color CSS Codes

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

#fc149e Text Font Color

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

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


#fc149e Background Color

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

This div background color is #fc149e


#fc149e Border Color

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

This div border color is #fc149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc149e

Related Colors


Comments

No comments written yet.

Please login to write comment.