Color Hex Logo

#fc729f Color Hex

#FC729F
(252,114,159)
0 Favorites   0 Comments

Color spaces of #fc729f

RGB 252114159
HSL0.950.960.72
HSV340°55°99°
CMYK 0.000.550.37   0.01
XYZ52.420235.233336.8387
Yxy35.23330.42110.2830
Hunter Lab59.357653.76194.7536
CIE-Lab65.929956.89121.8963

#fc729f color RGB value is (252,114,159).

#fc729f hex color red value is 252, green value is 114 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fc729f hue: 0.95 , saturation: 0.96 and the lightness value of fc729f is 0.72.

The process color (four color CMYK) of #fc729f color hex is 0.00, 0.55, 0.37, 0.01. Web safe color of #fc729f is #ff6699. Color #fc729f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110010 10011111
Octal 374 162 237
Decimal 252 114 159
Hex FC 72 9F

RGB Percentages of Color #fc729f

%48.00
%21.71
%30.29

CMYK Percentages of Color #fc729f

%0
%55
%37
%1

Triadic Colors of #fc729f

#fc729f #9ffc72 #729ffc

Analogous Colors of #fc729f

#fc729f #fc8a72 #fc72e4

Monochromatic Colors of #fc729f

#fc729f

Complementary Color

#fc729f #72fccf

#fc729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc729f Color CSS Codes

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

#fc729f Text Font Color

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

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


#fc729f Background Color

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

This div background color is #fc729f


#fc729f Border Color

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

This div border color is #fc729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc729f


Comments

No comments written yet.

Please login to write comment.