Color Hex Logo

#f970ab Color Hex

#F970AB
(249,112,171)
0 Favorites   0 Comments

Color spaces of #f970ab

RGB 249112171
HSL0.930.920.71
HSV334°55°98°
CMYK 0.000.550.31   0.02
XYZ52.211834.668442.4679
Yxy34.66840.40370.2680
Hunter Lab58.879955.2453-1.5478
CIE-Lab65.489758.2447-5.6275

#f970ab color RGB value is (249,112,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110000 10101011
Octal 371 160 253
Decimal 249 112 171
Hex F9 70 AB

RGB Percentages of Color #f970ab

%46.80
%21.05
%32.14

CMYK Percentages of Color #f970ab

%0
%55
%31
%2

Triadic Colors of #f970ab

#f970ab #abf970 #70abf9

Analogous Colors of #f970ab

#f970ab #f97a70 #f970f0

Monochromatic Colors of #f970ab

#f970ab

Complementary Color

#f970ab #70f9be

#f970ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f970ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f970ab Color CSS Codes

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

#f970ab Text Font Color

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

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


#f970ab Background Color

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

This div background color is #f970ab


#f970ab Border Color

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

This div border color is #f970ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f970ab


Comments

No comments written yet.

Please login to write comment.