Color Hex Logo

#f96096 Color Hex

#F96096
(249,96,150)
0 Favorites   0 Comments

Color spaces of #f96096

RGB 24996150
HSL0.940.930.68
HSV339°61°98°
CMYK 0.000.610.40   0.02
XYZ48.754830.707532.2116
Yxy30.70750.43660.2750
Hunter Lab55.414360.07324.3256
CIE-Lab62.259962.92111.6665

#f96096 color RGB value is (249,96,150).

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

The process color (four color CMYK) of #f96096 color hex is 0.00, 0.61, 0.40, 0.02. Web safe color of #f96096 is #ff6699. Color #f96096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100000 10010110
Octal 371 140 226
Decimal 249 96 150
Hex F9 60 96

RGB Percentages of Color #f96096

%50.30
%19.39
%30.30

CMYK Percentages of Color #f96096

%0
%61
%40
%2

Triadic Colors of #f96096

#f96096 #96f960 #6096f9

Analogous Colors of #f96096

#f96096 #f97760 #f960e3

Monochromatic Colors of #f96096

#f96096

Complementary Color

#f96096 #60f9c3

#f96096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96096 Color CSS Codes

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

#f96096 Text Font Color

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

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


#f96096 Background Color

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

This div background color is #f96096


#f96096 Border Color

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

This div border color is #f96096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96096


Comments

No comments written yet.

Please login to write comment.