Color Hex Logo

#fc143e Color Hex

#FC143E
(252,20,62)
0 Favorites   0 Comments

Color spaces of #fc143e

RGB 2522062
HSL0.970.970.53
HSV349°92°99°
CMYK 0.000.920.75   0.01
XYZ41.264521.54366.5409
Yxy21.54360.59500.3107
Hunter Lab46.415177.465824.1353
CIE-Lab53.539478.863241.5665

#fc143e color RGB value is (252,20,62).

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

The process color (four color CMYK) of #fc143e color hex is 0.00, 0.92, 0.75, 0.01. Web safe color of #fc143e is #ff0033. Color #fc143e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010100 00111110
Octal 374 24 76
Decimal 252 20 62
Hex FC 14 3E

RGB Percentages of Color #fc143e

%75.45
%5.99
%18.56

CMYK Percentages of Color #fc143e

%0
%92
%75
%1

Triadic Colors of #fc143e

#fc143e #3efc14 #143efc

Analogous Colors of #fc143e

#fc143e #fc5e14 #fc14b2

Monochromatic Colors of #fc143e

#fc143e

Complementary Color

#fc143e #14fcd2

#fc143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc143e Color CSS Codes

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

#fc143e Text Font Color

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

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


#fc143e Background Color

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

This div background color is #fc143e


#fc143e Border Color

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

This div border color is #fc143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc143e


Comments

No comments written yet.

Please login to write comment.