Color Hex Logo

#fc4972 Color Hex

#FC4972
(252,73,114)
0 Favorites   0 Comments

Color spaces of #fc4972

RGB 25273114
HSL0.960.970.64
HSV346°71°99°
CMYK 0.000.710.55   0.01
XYZ45.564726.675418.6669
Yxy26.67540.50120.2934
Hunter Lab51.648267.090514.7249
CIE-Lab58.672769.456317.6409

#fc4972 color RGB value is (252,73,114).

#fc4972 hex color red value is 252, green value is 73 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fc4972 hue: 0.96 , saturation: 0.97 and the lightness value of fc4972 is 0.64.

The process color (four color CMYK) of #fc4972 color hex is 0.00, 0.71, 0.55, 0.01. Web safe color of #fc4972 is #ff3366. Color #fc4972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001001 01110010
Octal 374 111 162
Decimal 252 73 114
Hex FC 49 72

RGB Percentages of Color #fc4972

%57.40
%16.63
%25.97

CMYK Percentages of Color #fc4972

%0
%71
%55
%1

Triadic Colors of #fc4972

#fc4972 #72fc49 #4972fc

Analogous Colors of #fc4972

#fc4972 #fc7a49 #fc49cc

Monochromatic Colors of #fc4972

#fc4972

Complementary Color

#fc4972 #49fcd3

#fc4972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4972 Color CSS Codes

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

#fc4972 Text Font Color

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

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


#fc4972 Background Color

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

This div background color is #fc4972


#fc4972 Border Color

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

This div border color is #fc4972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4972

Related Colors


Comments

No comments written yet.

Please login to write comment.