Color Hex Logo

#f172aa Color Hex

#F172AA
(241,114,170)
0 Favorites   0 Comments

Color spaces of #f172aa

RGB 241114170
HSL0.930.820.70
HSV334°53°95°
CMYK 0.000.530.29   0.05
XYZ49.548633.637741.9114
Yxy33.63770.39610.2689
Hunter Lab57.998050.9988-2.2464
CIE-Lab64.674054.6764-6.3928

#f172aa color RGB value is (241,114,170).

#f172aa hex color red value is 241, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f172aa hue: 0.93 , saturation: 0.82 and the lightness value of f172aa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110010 10101010
Octal 361 162 252
Decimal 241 114 170
Hex F1 72 AA

RGB Percentages of Color #f172aa

%45.90
%21.71
%32.38

CMYK Percentages of Color #f172aa

%0
%53
%29
%5

Triadic Colors of #f172aa

#f172aa #aaf172 #72aaf1

Analogous Colors of #f172aa

#f172aa #f17a72 #f172ea

Monochromatic Colors of #f172aa

#f172aa

Complementary Color

#f172aa #72f1b9

#f172aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f172aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f172aa Color CSS Codes

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

#f172aa Text Font Color

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

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


#f172aa Background Color

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

This div background color is #f172aa


#f172aa Border Color

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

This div border color is #f172aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f172aa

#f172aa Color Palettes


Comments

No comments written yet.

Please login to write comment.