Color Hex Logo

#fc413e Color Hex

#FC413E
(252,65,62)
0 Favorites   0 Comments

Color spaces of #fc413e

RGB 2526562
HSL0.000.970.62
HSV75°99°
CMYK 0.000.740.75   0.01
XYZ42.904724.82387.0876
Yxy24.82380.57350.3318
Hunter Lab49.823566.521326.4422
CIE-Lab56.903369.314645.2423

#fc413e color RGB value is (252,65,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 00111110
Octal 374 101 76
Decimal 252 65 62
Hex FC 41 3E

RGB Percentages of Color #fc413e

%66.49
%17.15
%16.36

CMYK Percentages of Color #fc413e

%0
%74
%75
%1

Triadic Colors of #fc413e

#fc413e #3efc41 #413efc

Analogous Colors of #fc413e

#fc413e #fca03e #fc3e9a

Monochromatic Colors of #fc413e

#fc413e

Complementary Color

#fc413e #3ef9fc

#fc413e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc413e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc413e Color CSS Codes

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

#fc413e Text Font Color

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

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


#fc413e Background Color

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

This div background color is #fc413e


#fc413e Border Color

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

This div border color is #fc413e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc413e


Comments

No comments written yet.

Please login to write comment.