Color Hex Logo

#fc413c Color Hex

#FC413C
(252,65,60)
0 Favorites   0 Comments

Color spaces of #fc413c

RGB 2526560
HSL0.000.970.61
HSV76°99°
CMYK 0.000.740.76   0.01
XYZ42.850824.80236.8038
Yxy24.80230.57550.3331
Hunter Lab49.801966.432526.7613
CIE-Lab56.882369.244646.2945

#fc413c color RGB value is (252,65,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 00111100
Octal 374 101 74
Decimal 252 65 60
Hex FC 41 3C

RGB Percentages of Color #fc413c

%66.84
%17.24
%15.92

CMYK Percentages of Color #fc413c

%0
%74
%76
%1

Triadic Colors of #fc413c

#fc413c #3cfc41 #413cfc

Analogous Colors of #fc413c

#fc413c #fca13c #fc3c97

Monochromatic Colors of #fc413c

#fc413c

Complementary Color

#fc413c #3cf7fc

#fc413c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc413c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc413c Color CSS Codes

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

#fc413c Text Font Color

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

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


#fc413c Background Color

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

This div background color is #fc413c


#fc413c Border Color

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

This div border color is #fc413c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc413c

Related Colors


Comments

No comments written yet.

Please login to write comment.