Color Hex Logo

#fc739f Color Hex

#FC739F
(252,115,159)
0 Favorites   0 Comments

Color spaces of #fc739f

RGB 252115159
HSL0.950.960.72
HSV341°54°99°
CMYK 0.000.540.37   0.01
XYZ52.533635.460136.8765
Yxy35.46010.42070.2840
Hunter Lab59.548453.26314.9674
CIE-Lab66.105356.43062.1511

#fc739f color RGB value is (252,115,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 10011111
Octal 374 163 237
Decimal 252 115 159
Hex FC 73 9F

RGB Percentages of Color #fc739f

%47.91
%21.86
%30.23

CMYK Percentages of Color #fc739f

%0
%54
%37
%1

Triadic Colors of #fc739f

#fc739f #9ffc73 #739ffc

Analogous Colors of #fc739f

#fc739f #fc8c73 #fc73e4

Monochromatic Colors of #fc739f

#fc739f

Complementary Color

#fc739f #73fcd0

#fc739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc739f Color CSS Codes

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

#fc739f Text Font Color

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

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


#fc739f Background Color

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

This div background color is #fc739f


#fc739f Border Color

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

This div border color is #fc739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc739f


Comments

No comments written yet.

Please login to write comment.