Color Hex Logo

#f6959c Color Hex

#F6959C
(246,149,156)
0 Favorites   0 Comments

Color spaces of #f6959c

RGB 246149156
HSL0.990.840.77
HSV356°39°96°
CMYK 0.000.390.37   0.04
XYZ54.754243.488036.9607
Yxy43.48800.40500.3216
Hunter Lab65.945432.803312.9313
CIE-Lab71.884937.220412.0100

#f6959c color RGB value is (246,149,156).

#f6959c hex color red value is 246, green value is 149 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #f6959c hue: 0.99 , saturation: 0.84 and the lightness value of f6959c is 0.77.

The process color (four color CMYK) of #f6959c color hex is 0.00, 0.39, 0.37, 0.04. Web safe color of #f6959c is #ff9999. Color #f6959c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010101 10011100
Octal 366 225 234
Decimal 246 149 156
Hex F6 95 9C

RGB Percentages of Color #f6959c

%44.65
%27.04
%28.31

CMYK Percentages of Color #f6959c

%0
%39
%37
%4

Triadic Colors of #f6959c

#f6959c #9cf695 #959cf6

Analogous Colors of #f6959c

#f6959c #f6bf95 #f695cd

Monochromatic Colors of #f6959c

#f6959c

Complementary Color

#f6959c #95f6ef

#f6959c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6959c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6959c Color CSS Codes

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

#f6959c Text Font Color

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

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


#f6959c Background Color

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

This div background color is #f6959c


#f6959c Border Color

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

This div border color is #f6959c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6959c


Comments

No comments written yet.

Please login to write comment.