Color Hex Logo

#f6699a Color Hex

#F6699A
(246,105,154)
0 Favorites   0 Comments

Color spaces of #f6699a

RGB 246105154
HSL0.940.890.69
HSV339°57°96°
CMYK 0.000.570.37   0.04
XYZ48.890332.029134.1773
Yxy32.02910.42480.2783
Hunter Lab56.594355.16153.8107
CIE-Lab63.366958.52010.9177

#f6699a color RGB value is (246,105,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101001 10011010
Octal 366 151 232
Decimal 246 105 154
Hex F6 69 9A

RGB Percentages of Color #f6699a

%48.71
%20.79
%30.50

CMYK Percentages of Color #f6699a

%0
%57
%37
%4

Triadic Colors of #f6699a

#f6699a #9af669 #699af6

Analogous Colors of #f6699a

#f6699a #f67f69 #f669e1

Monochromatic Colors of #f6699a

#f6699a

Complementary Color

#f6699a #69f6c5

#f6699a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6699a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6699a Color CSS Codes

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

#f6699a Text Font Color

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

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


#f6699a Background Color

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

This div background color is #f6699a


#f6699a Border Color

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

This div border color is #f6699a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6699a


Comments

No comments written yet.

Please login to write comment.