Color Hex Logo

#fc559f Color Hex

#FC559F
(252,85,159)
0 Favorites   0 Comments

Color spaces of #fc559f

RGB 25285159
HSL0.930.970.66
HSV333°66°99°
CMYK 0.000.660.37   0.01
XYZ49.651429.695635.9158
Yxy29.69560.43080.2576
Hunter Lab54.493767.2747-0.9314
CIE-Lab61.390769.1065-4.7563

#fc559f color RGB value is (252,85,159).

#fc559f hex color red value is 252, green value is 85 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fc559f hue: 0.93 , saturation: 0.97 and the lightness value of fc559f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 10011111
Octal 374 125 237
Decimal 252 85 159
Hex FC 55 9F

RGB Percentages of Color #fc559f

%50.81
%17.14
%32.06

CMYK Percentages of Color #fc559f

%0
%66
%37
%1

Triadic Colors of #fc559f

#fc559f #9ffc55 #559ffc

Analogous Colors of #fc559f

#fc559f #fc5f55 #fc55f3

Monochromatic Colors of #fc559f

#fc559f

Complementary Color

#fc559f #55fcb2

#fc559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc559f Color CSS Codes

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

#fc559f Text Font Color

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

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


#fc559f Background Color

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

This div background color is #fc559f


#fc559f Border Color

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

This div border color is #fc559f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc559f

Related Colors


Comments

No comments written yet.

Please login to write comment.