Color Hex Logo

#fc044f Color Hex

#FC044F
(252,4,79)
0 Favorites   0 Comments

Color spaces of #fc044f

RGB 252479
HSL0.950.980.50
HSV342°98°99°
CMYK 0.000.980.69   0.01
XYZ41.599621.34689.3249
Yxy21.34680.57560.2954
Hunter Lab46.202679.862120.3755
CIE-Lab53.327080.800831.3720

#fc044f color RGB value is (252,4,79).

#fc044f hex color red value is 252, green value is 4 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fc044f hue: 0.95 , saturation: 0.98 and the lightness value of fc044f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000100 01001111
Octal 374 4 117
Decimal 252 4 79
Hex FC 4 4F

RGB Percentages of Color #fc044f

%75.22
%1.19
%23.58

CMYK Percentages of Color #fc044f

%0
%98
%69
%1

Triadic Colors of #fc044f

#fc044f #4ffc04 #044ffc

Analogous Colors of #fc044f

#fc044f #fc3504 #fc04cb

Monochromatic Colors of #fc044f

#fc044f

Complementary Color

#fc044f #04fcb1

#fc044f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc044f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc044f Color CSS Codes

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

#fc044f Text Font Color

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

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


#fc044f Background Color

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

This div background color is #fc044f


#fc044f Border Color

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

This div border color is #fc044f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc044f


Comments

No comments written yet.

Please login to write comment.