color codes Logo

#fc233c color codes

#FC233C
(252,35,60)
0 Favorites   0 Comments

Color spaces of #fc233c

RGB 2523560
HSL0.980.970.56
HSV353°86°99°
CMYK 0.000.860.76   0.01
XYZ41.561522.22386.3740
Yxy22.22380.59240.3168
Hunter Lab47.142174.870724.9830
CIE-Lab54.263776.647443.4872

#fc233c color RGB value is (252,35,60).

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

The process color (four color CMYK) of #fc233c color code is 0.00, 0.86, 0.76, 0.01. Web safe color of #fc233c is #ff3333. Color #fc233c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100011 00111100
Octal 374 43 74
Decimal 252 35 60
Hex FC 23 3C

RGB Percentages of Color #fc233c

%72.62
%10.09
%17.29

CMYK Percentages of Color #fc233c

%0
%86
%76
%1

Triadic Colors of #fc233c

#fc233c #3cfc23 #233cfc

Analogous Colors of #fc233c

#fc233c #fc7723 #fc23a9

Monochromatic Colors of #fc233c

#fc233c

Complementary Color

#fc233c #23fce3

#fc233c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc233c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc233c Color CSS Codes

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

#fc233c Text Font Color

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

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


#fc233c Background Color

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

This div background color is #fc233c


#fc233c Border Color

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

This div border color is #fc233c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc233c

Related Colors


Comments

No comments written yet.

Please login to write comment.