Color Hex Logo

#f66096 Color Hex

#F66096
(246,96,150)
0 Favorites   0 Comments

Color spaces of #f66096

RGB 24696150
HSL0.940.890.67
HSV338°61°96°
CMYK 0.000.610.39   0.04
XYZ47.693930.160632.1620
Yxy30.16060.43350.2741
Hunter Lab54.918758.91003.7211
CIE-Lab61.792562.01130.9291

#f66096 color RGB value is (246,96,150).

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

The process color (four color CMYK) of #f66096 color hex is 0.00, 0.61, 0.39, 0.04. Web safe color of #f66096 is #ff6699. Color #f66096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100000 10010110
Octal 366 140 226
Decimal 246 96 150
Hex F6 60 96

RGB Percentages of Color #f66096

%50.00
%19.51
%30.49

CMYK Percentages of Color #f66096

%0
%61
%39
%4

Triadic Colors of #f66096

#f66096 #96f660 #6096f6

Analogous Colors of #f66096

#f66096 #f67560 #f660e1

Monochromatic Colors of #f66096

#f66096

Complementary Color

#f66096 #60f6c0

#f66096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66096 Color CSS Codes

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

#f66096 Text Font Color

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

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


#f66096 Background Color

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

This div background color is #f66096


#f66096 Border Color

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

This div border color is #f66096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66096


Comments

No comments written yet.

Please login to write comment.