Color Hex Logo

#fc206f Color Hex

#FC206F
(252,32,111)
0 Favorites   0 Comments

Color spaces of #fc206f

RGB 25232111
HSL0.940.970.56
HSV338°87°99°
CMYK 0.000.870.56   0.01
XYZ43.530622.876217.1601
Yxy22.87620.52090.2737
Hunter Lab47.829178.757112.2083
CIE-Lab54.944679.613614.2869

#fc206f color RGB value is (252,32,111).

#fc206f hex color red value is 252, green value is 32 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fc206f hue: 0.94 , saturation: 0.97 and the lightness value of fc206f is 0.56.

The process color (four color CMYK) of #fc206f color hex is 0.00, 0.87, 0.56, 0.01. Web safe color of #fc206f is #ff3366. Color #fc206f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 01101111
Octal 374 40 157
Decimal 252 32 111
Hex FC 20 6F

RGB Percentages of Color #fc206f

%63.80
%8.10
%28.10

CMYK Percentages of Color #fc206f

%0
%87
%56
%1

Triadic Colors of #fc206f

#fc206f #6ffc20 #206ffc

Analogous Colors of #fc206f

#fc206f #fc3f20 #fc20dd

Monochromatic Colors of #fc206f

#fc206f

Complementary Color

#fc206f #20fcad

#fc206f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc206f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc206f Color CSS Codes

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

#fc206f Text Font Color

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

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


#fc206f Background Color

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

This div background color is #fc206f


#fc206f Border Color

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

This div border color is #fc206f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc206f

Related Colors


Comments

No comments written yet.

Please login to write comment.