Color Hex Logo

#f669ac Color Hex

#F669AC
(246,105,172)
0 Favorites   0 Comments

Color spaces of #f669ac

RGB 246105172
HSL0.920.890.69
HSV331°57°96°
CMYK 0.000.570.30   0.04
XYZ50.504032.674542.6747
Yxy32.67450.40130.2596
Hunter Lab57.161657.6773-4.2505
CIE-Lab63.896560.5976-8.6112

#f669ac color RGB value is (246,105,172).

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

The process color (four color CMYK) of #f669ac color hex is 0.00, 0.57, 0.30, 0.04. Web safe color of #f669ac is #ff6699. Color #f669ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101001 10101100
Octal 366 151 254
Decimal 246 105 172
Hex F6 69 AC

RGB Percentages of Color #f669ac

%47.04
%20.08
%32.89

CMYK Percentages of Color #f669ac

%0
%57
%30
%4

Triadic Colors of #f669ac

#f669ac #acf669 #69acf6

Analogous Colors of #f669ac

#f669ac #f66d69 #f669f3

Monochromatic Colors of #f669ac

#f669ac

Complementary Color

#f669ac #69f6b3

#f669ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f669ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f669ac Color CSS Codes

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

#f669ac Text Font Color

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

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


#f669ac Background Color

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

This div background color is #f669ac


#f669ac Border Color

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

This div border color is #f669ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f669ac


Comments

No comments written yet.

Please login to write comment.