Color Hex Logo

#fc609f Color Hex

#FC609F
(252,96,159)
0 Favorites   0 Comments

Color spaces of #fc609f

RGB 25296159
HSL0.930.960.68
HSV336°62°99°
CMYK 0.000.620.37   0.01
XYZ50.585831.564436.2273
Yxy31.56440.42730.2666
Hunter Lab56.182262.40051.0963
CIE-Lab62.981264.7612-2.4123

#fc609f color RGB value is (252,96,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 10011111
Octal 374 140 237
Decimal 252 96 159
Hex FC 60 9F

RGB Percentages of Color #fc609f

%49.70
%18.93
%31.36

CMYK Percentages of Color #fc609f

%0
%62
%37
%1

Triadic Colors of #fc609f

#fc609f #9ffc60 #609ffc

Analogous Colors of #fc609f

#fc609f #fc6f60 #fc60ed

Monochromatic Colors of #fc609f

#fc609f

Complementary Color

#fc609f #60fcbd

#fc609f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc609f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc609f Color CSS Codes

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

#fc609f Text Font Color

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

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


#fc609f Background Color

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

This div background color is #fc609f


#fc609f Border Color

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

This div border color is #fc609f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc609f


Comments

No comments written yet.

Please login to write comment.