Color Hex Logo

#f96ade Color Hex

#F96ADE
(249,106,222)
0 Favorites   0 Comments

Color spaces of #f96ade

RGB 249106222
HSL0.860.920.70
HSV311°57°98°
CMYK 0.000.570.11   0.02
XYZ57.405835.721772.9766
Yxy35.72170.34560.2151
Hunter Lab59.767666.8529-30.5561
CIE-Lab66.306767.8747-33.1186

#f96ade color RGB value is (249,106,222).

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

The process color (four color CMYK) of #f96ade color hex is 0.00, 0.57, 0.11, 0.02. Web safe color of #f96ade is #ff66cc. Color #f96ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101010 11011110
Octal 371 152 336
Decimal 249 106 222
Hex F9 6A DE

RGB Percentages of Color #f96ade

%43.15
%18.37
%38.47

CMYK Percentages of Color #f96ade

%0
%57
%11
%2

Triadic Colors of #f96ade

#f96ade #def96a #6adef9

Analogous Colors of #f96ade

#f96ade #f96a97 #cd6af9

Monochromatic Colors of #f96ade

#f96ade

Complementary Color

#f96ade #6af985

#f96ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96ade Color CSS Codes

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

#f96ade Text Font Color

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

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


#f96ade Background Color

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

This div background color is #f96ade


#f96ade Border Color

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

This div border color is #f96ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96ade


Comments

No comments written yet.

Please login to write comment.