Color Hex Logo

#f441ac Color Hex

#F441AC
(244,65,172)
0 Favorites   0 Comments

Color spaces of #f441ac

RGB 24465172
HSL0.900.890.61
HSV324°73°96°
CMYK 0.000.730.30   0.04
XYZ46.644925.992241.5883
Yxy25.99220.40840.2276
Hunter Lab50.982574.0936-12.6772
CIE-Lab58.029675.2961-17.4737

#f441ac color RGB value is (244,65,172).

#f441ac hex color red value is 244, green value is 65 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f441ac hue: 0.90 , saturation: 0.89 and the lightness value of f441ac is 0.61.

The process color (four color CMYK) of #f441ac color hex is 0.00, 0.73, 0.30, 0.04. Web safe color of #f441ac is #ff3399. Color #f441ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000001 10101100
Octal 364 101 254
Decimal 244 65 172
Hex F4 41 AC

RGB Percentages of Color #f441ac

%50.73
%13.51
%35.76

CMYK Percentages of Color #f441ac

%0
%73
%30
%4

Triadic Colors of #f441ac

#f441ac #acf441 #41acf4

Analogous Colors of #f441ac

#f441ac #f44152 #e341f4

Monochromatic Colors of #f441ac

#f441ac

Complementary Color

#f441ac #41f489

#f441ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f441ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f441ac Color CSS Codes

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

#f441ac Text Font Color

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

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


#f441ac Background Color

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

This div background color is #f441ac


#f441ac Border Color

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

This div border color is #f441ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,65,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f441ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f441ac;
  -webkit-box-shadow: 1px 1px 3px 2px #f441ac;
  box-shadow:         1px 1px 3px 2px #f441ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f441ac


Comments

No comments written yet.

Please login to write comment.