Color Hex Logo

#fc124e Color Hex

#FC124E
(252,18,78)
0 Favorites   0 Comments

Color spaces of #fc124e

RGB 2521878
HSL0.960.980.53
HSV345°93°99°
CMYK 0.000.930.69   0.01
XYZ41.736321.67819.1923
Yxy21.67810.57480.2986
Hunter Lab46.559778.528420.8862
CIE-Lab53.683879.678232.4071

#fc124e color RGB value is (252,18,78).

#fc124e hex color red value is 252, green value is 18 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fc124e hue: 0.96 , saturation: 0.98 and the lightness value of fc124e is 0.53.

The process color (four color CMYK) of #fc124e color hex is 0.00, 0.93, 0.69, 0.01. Web safe color of #fc124e is #ff0066. Color #fc124e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 01001110
Octal 374 22 116
Decimal 252 18 78
Hex FC 12 4E

RGB Percentages of Color #fc124e

%72.41
%5.17
%22.41

CMYK Percentages of Color #fc124e

%0
%93
%69
%1

Triadic Colors of #fc124e

#fc124e #4efc12 #124efc

Analogous Colors of #fc124e

#fc124e #fc4b12 #fc12c3

Monochromatic Colors of #fc124e

#fc124e

Complementary Color

#fc124e #12fcc0

#fc124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc124e Color CSS Codes

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

#fc124e Text Font Color

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

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


#fc124e Background Color

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

This div background color is #fc124e


#fc124e Border Color

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

This div border color is #fc124e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc124e


Comments

No comments written yet.

Please login to write comment.