Color Hex Logo

#fc224c Color Hex

#FC224C
(252,34,76)
0 Favorites   0 Comments

Color spaces of #fc224c

RGB 2523476
HSL0.970.970.56
HSV348°87°99°
CMYK 0.000.870.70   0.01
XYZ42.021422.36138.9389
Yxy22.36130.57310.3050
Hunter Lab47.287775.867321.8937
CIE-Lab54.408377.418834.4699

#fc224c color RGB value is (252,34,76).

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

The process color (four color CMYK) of #fc224c color hex is 0.00, 0.87, 0.70, 0.01. Web safe color of #fc224c is #ff3333. Color #fc224c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100010 01001100
Octal 374 42 114
Decimal 252 34 76
Hex FC 22 4C

RGB Percentages of Color #fc224c

%69.61
%9.39
%20.99

CMYK Percentages of Color #fc224c

%0
%87
%70
%1

Triadic Colors of #fc224c

#fc224c #4cfc22 #224cfc

Analogous Colors of #fc224c

#fc224c #fc6522 #fc22b9

Monochromatic Colors of #fc224c

#fc224c

Complementary Color

#fc224c #22fcd2

#fc224c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc224c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc224c Color CSS Codes

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

#fc224c Text Font Color

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

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


#fc224c Background Color

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

This div background color is #fc224c


#fc224c Border Color

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

This div border color is #fc224c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc224c

Related Colors


Comments

No comments written yet.

Please login to write comment.