color codes Logo

#fc739e color codes

#FC739E
(252,115,158)
0 Favorites   0 Comments

Color spaces of #fc739e

RGB 252115158
HSL0.950.960.72
HSV341°54°99°
CMYK 0.000.540.37   0.01
XYZ52.447235.425536.4213
Yxy35.42550.42200.2850
Hunter Lab59.519353.13175.3826
CIE-Lab66.078656.32062.6811

#fc739e color RGB value is (252,115,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 10011110
Octal 374 163 236
Decimal 252 115 158
Hex FC 73 9E

RGB Percentages of Color #fc739e

%48.00
%21.90
%30.10

CMYK Percentages of Color #fc739e

%0
%54
%37
%1

Triadic Colors of #fc739e

#fc739e #9efc73 #739efc

Analogous Colors of #fc739e

#fc739e #fc8d73 #fc73e3

Monochromatic Colors of #fc739e

#fc739e

Complementary Color

#fc739e #73fcd1

#fc739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc739e Color CSS Codes

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

#fc739e Text Font Color

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

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


#fc739e Background Color

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

This div background color is #fc739e


#fc739e Border Color

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

This div border color is #fc739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc739e

Related Colors


Comments

No comments written yet.

Please login to write comment.