Color Hex Logo

#fc236e Color Hex

#FC236E
(252,35,110)
0 Favorites   0 Comments

Color spaces of #fc236e

RGB 25235110
HSL0.940.970.56
HSV339°86°99°
CMYK 0.000.860.56   0.01
XYZ43.560423.023316.8999
Yxy23.02330.52180.2758
Hunter Lab47.982678.079412.7054
CIE-Lab55.096379.047415.0973

#fc236e color RGB value is (252,35,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100011 01101110
Octal 374 43 156
Decimal 252 35 110
Hex FC 23 6E

RGB Percentages of Color #fc236e

%63.48
%8.82
%27.71

CMYK Percentages of Color #fc236e

%0
%86
%56
%1

Triadic Colors of #fc236e

#fc236e #6efc23 #236efc

Analogous Colors of #fc236e

#fc236e #fc4423 #fc23db

Monochromatic Colors of #fc236e

#fc236e

Complementary Color

#fc236e #23fcb1

#fc236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc236e Color CSS Codes

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

#fc236e Text Font Color

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

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


#fc236e Background Color

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

This div background color is #fc236e


#fc236e Border Color

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

This div border color is #fc236e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc236e


Comments

No comments written yet.

Please login to write comment.