Color Hex Logo

#fc759f Color Hex

#FC759F
(252,117,159)
0 Favorites   0 Comments

Color spaces of #fc759f

RGB 252117159
HSL0.950.960.72
HSV341°54°99°
CMYK 0.000.540.37   0.01
XYZ52.764235.921236.9534
Yxy35.92120.42000.2859
Hunter Lab59.934352.26065.3979
CIE-Lab66.459755.50272.6652

#fc759f color RGB value is (252,117,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110101 10011111
Octal 374 165 237
Decimal 252 117 159
Hex FC 75 9F

RGB Percentages of Color #fc759f

%47.73
%22.16
%30.11

CMYK Percentages of Color #fc759f

%0
%54
%37
%1

Triadic Colors of #fc759f

#fc759f #9ffc75 #759ffc

Analogous Colors of #fc759f

#fc759f #fc8f75 #fc75e3

Monochromatic Colors of #fc759f

#fc759f

Complementary Color

#fc759f #75fcd2

#fc759f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc759f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc759f Color CSS Codes

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

#fc759f Text Font Color

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

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


#fc759f Background Color

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

This div background color is #fc759f


#fc759f Border Color

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

This div border color is #fc759f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc759f

Related Colors


Comments

No comments written yet.

Please login to write comment.