Color Hex Logo

#fc049f Color Hex

#FC049F
(252,4,159)
0 Favorites   0 Comments

Color spaces of #fc049f

RGB 2524159
HSL0.900.980.50
HSV323°98°99°
CMYK 0.000.980.37   0.01
XYZ46.446323.285534.8474
Yxy23.28550.44410.2227
Hunter Lab48.255187.3629-9.0378
CIE-Lab55.365286.2203-13.7610

#fc049f color RGB value is (252,4,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000100 10011111
Octal 374 4 237
Decimal 252 4 159
Hex FC 4 9F

RGB Percentages of Color #fc049f

%60.72
%0.96
%38.31

CMYK Percentages of Color #fc049f

%0
%98
%37
%1

Triadic Colors of #fc049f

#fc049f #9ffc04 #049ffc

Analogous Colors of #fc049f

#fc049f #fc0423 #dd04fc

Monochromatic Colors of #fc049f

#fc049f

Complementary Color

#fc049f #04fc61

#fc049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc049f Color CSS Codes

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

#fc049f Text Font Color

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

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


#fc049f Background Color

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

This div background color is #fc049f


#fc049f Border Color

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

This div border color is #fc049f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc049f


Comments

No comments written yet.

Please login to write comment.