Color Hex Logo

#f971ab Color Hex

#F971AB
(249,113,171)
0 Favorites   0 Comments

Color spaces of #f971ab

RGB 249113171
HSL0.930.920.71
HSV334°55°98°
CMYK 0.000.550.31   0.02
XYZ52.322734.890342.5049
Yxy34.89030.40340.2690
Hunter Lab59.068054.7471-1.3170
CIE-Lab65.663257.7866-5.3708

#f971ab color RGB value is (249,113,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 10101011
Octal 371 161 253
Decimal 249 113 171
Hex F9 71 AB

RGB Percentages of Color #f971ab

%46.72
%21.20
%32.08

CMYK Percentages of Color #f971ab

%0
%55
%31
%2

Triadic Colors of #f971ab

#f971ab #abf971 #71abf9

Analogous Colors of #f971ab

#f971ab #f97b71 #f971ef

Monochromatic Colors of #f971ab

#f971ab

Complementary Color

#f971ab #71f9bf

#f971ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f971ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f971ab Color CSS Codes

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

#f971ab Text Font Color

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

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


#f971ab Background Color

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

This div background color is #f971ab


#f971ab Border Color

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

This div border color is #f971ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,113,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 #f971ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f971ab


Comments

No comments written yet.

Please login to write comment.