Color Hex Logo

#fc006f Color Hex

#FC006F
(252,0,111)
0 Favorites   0 Comments

Color spaces of #fc006f

RGB 2520111
HSL0.931.000.49
HSV334°100°99°
CMYK 0.001.000.56   0.01
XYZ43.014121.843116.9880
Yxy21.84310.52560.2669
Hunter Lab46.736682.493711.1647
CIE-Lab53.860182.757512.7795

#fc006f color RGB value is (252,0,111).

#fc006f hex color red value is 252, green value is 0 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fc006f hue: 0.93 , saturation: 1.00 and the lightness value of fc006f is 0.49.

The process color (four color CMYK) of #fc006f color hex is 0.00, 1.00, 0.56, 0.01. Web safe color of #fc006f is #ff0066. Color #fc006f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 01101111
Octal 374 0 157
Decimal 252 0 111
Hex FC 0 6F

RGB Percentages of Color #fc006f

%69.42
%0.00
%30.58

CMYK Percentages of Color #fc006f

%0
%100
%56
%1

Triadic Colors of #fc006f

#fc006f #6ffc00 #006ffc

Analogous Colors of #fc006f

#fc006f #fc0f00 #fc00ed

Monochromatic Colors of #fc006f

#fc006f

Complementary Color

#fc006f #00fc8d

#fc006f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc006f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc006f Color CSS Codes

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

#fc006f Text Font Color

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

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


#fc006f Background Color

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

This div background color is #fc006f


#fc006f Border Color

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

This div border color is #fc006f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,0,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc006f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc006f

Related Colors


Comments

No comments written yet.

Please login to write comment.