Color Hex Logo

#f160aa Color Hex

#F160AA
(241,96,170)
0 Favorites   0 Comments

Color spaces of #f160aa

RGB 24196170
HSL0.910.840.66
HSV329°60°95°
CMYK 0.000.600.29   0.05
XYZ47.714229.968841.2999
Yxy29.96880.40100.2519
Hunter Lab54.743859.7775-6.4090
CIE-Lab61.627362.7800-10.9346

#f160aa color RGB value is (241,96,170).

#f160aa hex color red value is 241, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f160aa hue: 0.91 , saturation: 0.84 and the lightness value of f160aa is 0.66.

The process color (four color CMYK) of #f160aa color hex is 0.00, 0.60, 0.29, 0.05. Web safe color of #f160aa is #ff6699. Color #f160aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100000 10101010
Octal 361 140 252
Decimal 241 96 170
Hex F1 60 AA

RGB Percentages of Color #f160aa

%47.53
%18.93
%33.53

CMYK Percentages of Color #f160aa

%0
%60
%29
%5

Triadic Colors of #f160aa

#f160aa #aaf160 #60aaf1

Analogous Colors of #f160aa

#f160aa #f16061 #f060f1

Monochromatic Colors of #f160aa

#f160aa

Complementary Color

#f160aa #60f1a7

#f160aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f160aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f160aa Color CSS Codes

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

#f160aa Text Font Color

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

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


#f160aa Background Color

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

This div background color is #f160aa


#f160aa Border Color

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

This div border color is #f160aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f160aa


Comments

No comments written yet.

Please login to write comment.