Color Hex Logo

#f96497 Color Hex

#F96497
(249,100,151)
0 Favorites   0 Comments

Color spaces of #f96497

RGB 249100151
HSL0.940.930.68
HSV339°60°98°
CMYK 0.000.600.39   0.02
XYZ49.210031.488432.7624
Yxy31.48840.43370.2775
Hunter Lab56.114558.33634.6638
CIE-Lab62.917861.32742.0455

#f96497 color RGB value is (249,100,151).

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

The process color (four color CMYK) of #f96497 color hex is 0.00, 0.60, 0.39, 0.02. Web safe color of #f96497 is #ff6699. Color #f96497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 10010111
Octal 371 144 227
Decimal 249 100 151
Hex F9 64 97

RGB Percentages of Color #f96497

%49.80
%20.00
%30.20

CMYK Percentages of Color #f96497

%0
%60
%39
%2

Triadic Colors of #f96497

#f96497 #97f964 #6497f9

Analogous Colors of #f96497

#f96497 #f97c64 #f964e2

Monochromatic Colors of #f96497

#f96497

Complementary Color

#f96497 #64f9c6

#f96497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96497 Color CSS Codes

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

#f96497 Text Font Color

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

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


#f96497 Background Color

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

This div background color is #f96497


#f96497 Border Color

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

This div border color is #f96497


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,100,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96497


Comments

No comments written yet.

Please login to write comment.