Color Hex Logo

#f549ac Color Hex

#F549AC
(245,73,172)
0 Favorites   0 Comments

Color spaces of #f549ac

RGB 24573172
HSL0.900.900.62
HSV325°70°96°
CMYK 0.000.700.30   0.04
XYZ47.485127.156141.7686
Yxy27.15610.40790.2333
Hunter Lab52.111571.4578-11.0443
CIE-Lab59.118572.9565-15.8057

#f549ac color RGB value is (245,73,172).

#f549ac hex color red value is 245, green value is 73 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f549ac hue: 0.90 , saturation: 0.90 and the lightness value of f549ac is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001001 10101100
Octal 365 111 254
Decimal 245 73 172
Hex F5 49 AC

RGB Percentages of Color #f549ac

%50.00
%14.90
%35.10

CMYK Percentages of Color #f549ac

%0
%70
%30
%4

Triadic Colors of #f549ac

#f549ac #acf549 #49acf5

Analogous Colors of #f549ac

#f549ac #f54956 #e849f5

Monochromatic Colors of #f549ac

#f549ac

Complementary Color

#f549ac #49f592

#f549ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f549ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f549ac Color CSS Codes

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

#f549ac Text Font Color

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

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


#f549ac Background Color

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

This div background color is #f549ac


#f549ac Border Color

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

This div border color is #f549ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,73,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 #f549ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f549ac


Comments

No comments written yet.

Please login to write comment.