Color Hex Logo

#f964aa Color Hex

#F964AA
(249,100,170)
0 Favorites   0 Comments

Color spaces of #f964aa

RGB 249100170
HSL0.920.930.68
HSV332°60°98°
CMYK 0.000.600.32   0.02
XYZ50.879832.156441.5553
Yxy32.15640.40840.2581
Hunter Lab56.706660.9219-3.7538
CIE-Lab63.471963.4295-8.0520

#f964aa color RGB value is (249,100,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 10101010
Octal 371 144 252
Decimal 249 100 170
Hex F9 64 AA

RGB Percentages of Color #f964aa

%47.98
%19.27
%32.76

CMYK Percentages of Color #f964aa

%0
%60
%32
%2

Triadic Colors of #f964aa

#f964aa #aaf964 #64aaf9

Analogous Colors of #f964aa

#f964aa #f96964 #f964f5

Monochromatic Colors of #f964aa

#f964aa

Complementary Color

#f964aa #64f9b3

#f964aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f964aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f964aa Color CSS Codes

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

#f964aa Text Font Color

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

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


#f964aa Background Color

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

This div background color is #f964aa


#f964aa Border Color

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

This div border color is #f964aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f964aa


Comments

No comments written yet.

Please login to write comment.