Color Hex Logo

#f964ab Color Hex

#F964AB
(249,100,171)
0 Favorites   0 Comments

Color spaces of #f964ab

RGB 249100171
HSL0.920.930.68
HSV331°60°98°
CMYK 0.000.600.31   0.02
XYZ50.974832.194442.0555
Yxy32.19440.40710.2571
Hunter Lab56.740161.0676-4.2274
CIE-Lab63.503263.5471-8.5778

#f964ab color RGB value is (249,100,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 10101011
Octal 371 144 253
Decimal 249 100 171
Hex F9 64 AB

RGB Percentages of Color #f964ab

%47.88
%19.23
%32.88

CMYK Percentages of Color #f964ab

%0
%60
%31
%2

Triadic Colors of #f964ab

#f964ab #abf964 #64abf9

Analogous Colors of #f964ab

#f964ab #f96864 #f964f6

Monochromatic Colors of #f964ab

#f964ab

Complementary Color

#f964ab #64f9b2

#f964ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f964ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f964ab Color CSS Codes

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

#f964ab Text Font Color

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

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


#f964ab Background Color

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

This div background color is #f964ab


#f964ab Border Color

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

This div border color is #f964ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f964ab


Comments

No comments written yet.

Please login to write comment.