Color Hex Logo

#f6859e Color Hex

#F6859E
(246,133,158)
0 Favorites   0 Comments

Color spaces of #f6859e

RGB 246133158
HSL0.960.860.74
HSV347°46°96°
CMYK 0.000.460.36   0.04
XYZ52.565138.836537.0735
Yxy38.83650.40910.3023
Hunter Lab62.318941.50408.3517
CIE-Lab68.632745.61886.2608

#f6859e color RGB value is (246,133,158).

#f6859e hex color red value is 246, green value is 133 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f6859e hue: 0.96 , saturation: 0.86 and the lightness value of f6859e is 0.74.

The process color (four color CMYK) of #f6859e color hex is 0.00, 0.46, 0.36, 0.04. Web safe color of #f6859e is #ff9999. Color #f6859e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000101 10011110
Octal 366 205 236
Decimal 246 133 158
Hex F6 85 9E

RGB Percentages of Color #f6859e

%45.81
%24.77
%29.42

CMYK Percentages of Color #f6859e

%0
%46
%36
%4

Triadic Colors of #f6859e

#f6859e #9ef685 #859ef6

Analogous Colors of #f6859e

#f6859e #f6a585 #f685d7

Monochromatic Colors of #f6859e

#f6859e

Complementary Color

#f6859e #85f6dd

#f6859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6859e Color CSS Codes

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

#f6859e Text Font Color

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

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


#f6859e Background Color

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

This div background color is #f6859e


#f6859e Border Color

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

This div border color is #f6859e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6859e


Comments

No comments written yet.

Please login to write comment.