Color Hex Logo

#f96aee Color Hex

#F96AEE
(249,106,238)
0 Favorites   0 Comments

Color spaces of #f96aee

RGB 249106238
HSL0.850.920.70
HSV305°57°98°
CMYK 0.000.570.04   0.02
XYZ59.653636.620984.8134
Yxy36.62090.32940.2022
Hunter Lab60.515270.0569-40.7356
CIE-Lab66.991670.3684-40.9309

#f96aee color RGB value is (249,106,238).

#f96aee hex color red value is 249, green value is 106 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f96aee hue: 0.85 , saturation: 0.92 and the lightness value of f96aee is 0.70.

The process color (four color CMYK) of #f96aee color hex is 0.00, 0.57, 0.04, 0.02. Web safe color of #f96aee is #ff66ff. Color #f96aee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101010 11101110
Octal 371 152 356
Decimal 249 106 238
Hex F9 6A EE

RGB Percentages of Color #f96aee

%41.99
%17.88
%40.13

CMYK Percentages of Color #f96aee

%0
%57
%4
%2

Triadic Colors of #f96aee

#f96aee #eef96a #6aeef9

Analogous Colors of #f96aee

#f96aee #f96aa7 #bd6af9

Monochromatic Colors of #f96aee

#f96aee

Complementary Color

#f96aee #6af975

#f96aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96aee Color CSS Codes

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

#f96aee Text Font Color

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

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


#f96aee Background Color

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

This div background color is #f96aee


#f96aee Border Color

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

This div border color is #f96aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96aee


Comments

No comments written yet.

Please login to write comment.