Color Hex Logo

#fc124d Color Hex

#FC124D
(252,18,77)
0 Favorites   0 Comments

Color spaces of #fc124d

RGB 2521877
HSL0.960.980.53
HSV345°93°99°
CMYK 0.000.930.69   0.01
XYZ41.700721.66399.0049
Yxy21.66390.57620.2994
Hunter Lab46.544578.471021.1104
CIE-Lab53.668679.635732.9812

#fc124d color RGB value is (252,18,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 01001101
Octal 374 22 115
Decimal 252 18 77
Hex FC 12 4D

RGB Percentages of Color #fc124d

%72.62
%5.19
%22.19

CMYK Percentages of Color #fc124d

%0
%93
%69
%1

Triadic Colors of #fc124d

#fc124d #4dfc12 #124dfc

Analogous Colors of #fc124d

#fc124d #fc4c12 #fc12c2

Monochromatic Colors of #fc124d

#fc124d

Complementary Color

#fc124d #12fcc1

#fc124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc124d Color CSS Codes

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

#fc124d Text Font Color

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

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


#fc124d Background Color

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

This div background color is #fc124d


#fc124d Border Color

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

This div border color is #fc124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc124d


Comments

No comments written yet.

Please login to write comment.