Color Hex Logo

#fc213e Color Hex

#FC213E
(252,33,62)
0 Favorites   0 Comments

Color spaces of #fc213e

RGB 2523362
HSL0.980.970.56
HSV352°87°99°
CMYK 0.000.870.75   0.01
XYZ41.558222.13106.6388
Yxy22.13100.59090.3147
Hunter Lab47.043675.360224.5635
CIE-Lab54.165777.059542.2575

#fc213e color RGB value is (252,33,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100001 00111110
Octal 374 41 76
Decimal 252 33 62
Hex FC 21 3E

RGB Percentages of Color #fc213e

%72.62
%9.51
%17.87

CMYK Percentages of Color #fc213e

%0
%87
%75
%1

Triadic Colors of #fc213e

#fc213e #3efc21 #213efc

Analogous Colors of #fc213e

#fc213e #fc7221 #fc21ac

Monochromatic Colors of #fc213e

#fc213e

Complementary Color

#fc213e #21fcdf

#fc213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc213e Color CSS Codes

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

#fc213e Text Font Color

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

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


#fc213e Background Color

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

This div background color is #fc213e


#fc213e Border Color

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

This div border color is #fc213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc213e


Comments

No comments written yet.

Please login to write comment.