Color Hex Logo

#f972ab Color Hex

#F972AB
(249,114,171)
0 Favorites   0 Comments

Color spaces of #f972ab

RGB 249114171
HSL0.930.920.71
HSV335°54°98°
CMYK 0.000.540.31   0.02
XYZ52.434935.114642.5423
Yxy35.11460.40310.2699
Hunter Lab59.257654.2475-1.0853
CIE-Lab65.837857.3266-5.1126

#f972ab color RGB value is (249,114,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 10101011
Octal 371 162 253
Decimal 249 114 171
Hex F9 72 AB

RGB Percentages of Color #f972ab

%46.63
%21.35
%32.02

CMYK Percentages of Color #f972ab

%0
%54
%31
%2

Triadic Colors of #f972ab

#f972ab #abf972 #72abf9

Analogous Colors of #f972ab

#f972ab #f97d72 #f972ef

Monochromatic Colors of #f972ab

#f972ab

Complementary Color

#f972ab #72f9c0

#f972ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f972ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f972ab Color CSS Codes

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

#f972ab Text Font Color

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

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


#f972ab Background Color

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

This div background color is #f972ab


#f972ab Border Color

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

This div border color is #f972ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f972ab


Comments

No comments written yet.

Please login to write comment.