Color Hex Logo

#f68596 Color Hex

#F68596
(246,133,150)
0 Favorites   0 Comments

Color spaces of #f68596

RGB 246133150
HSL0.970.860.74
HSV351°46°96°
CMYK 0.000.460.39   0.04
XYZ51.898638.569933.5635
Yxy38.56990.41840.3110
Hunter Lab62.104740.482711.4309
CIE-Lab68.438644.713510.4805

#f68596 color RGB value is (246,133,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000101 10010110
Octal 366 205 226
Decimal 246 133 150
Hex F6 85 96

RGB Percentages of Color #f68596

%46.50
%25.14
%28.36

CMYK Percentages of Color #f68596

%0
%46
%39
%4

Triadic Colors of #f68596

#f68596 #96f685 #8596f6

Analogous Colors of #f68596

#f68596 #f6ad85 #f685cf

Monochromatic Colors of #f68596

#f68596

Complementary Color

#f68596 #85f6e5

#f68596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68596 Color CSS Codes

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

#f68596 Text Font Color

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

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


#f68596 Background Color

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

This div background color is #f68596


#f68596 Border Color

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

This div border color is #f68596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68596


Comments

No comments written yet.

Please login to write comment.