Color Hex Logo

#f611ac Color Hex

#F611AC
(246,17,172)
0 Favorites   0 Comments

Color spaces of #f611ac

RGB 24617172
HSL0.890.930.52
HSV319°93°96°
CMYK 0.000.930.30   0.04
XYZ45.652922.972341.0576
Yxy22.97230.41620.2094
Hunter Lab47.929486.1452-17.2388
CIE-Lab55.043885.3503-22.0018

#f611ac color RGB value is (246,17,172).

#f611ac hex color red value is 246, green value is 17 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f611ac hue: 0.89 , saturation: 0.93 and the lightness value of f611ac is 0.52.

The process color (four color CMYK) of #f611ac color hex is 0.00, 0.93, 0.30, 0.04. Web safe color of #f611ac is #ff0099. Color #f611ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010001 10101100
Octal 366 21 254
Decimal 246 17 172
Hex F6 11 AC

RGB Percentages of Color #f611ac

%56.55
%3.91
%39.54

CMYK Percentages of Color #f611ac

%0
%93
%30
%4

Triadic Colors of #f611ac

#f611ac #acf611 #11acf6

Analogous Colors of #f611ac

#f611ac #f61139 #ce11f6

Monochromatic Colors of #f611ac

#f611ac

Complementary Color

#f611ac #11f65b

#f611ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f611ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f611ac Color CSS Codes

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

#f611ac Text Font Color

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

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


#f611ac Background Color

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

This div background color is #f611ac


#f611ac Border Color

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

This div border color is #f611ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f611ac


Comments

No comments written yet.

Please login to write comment.