Color Hex Logo

#f571aa Color Hex

#F571AA
(245,113,170)
0 Favorites   0 Comments

Color spaces of #f571aa

RGB 245113170
HSL0.930.870.70
HSV334°54°96°
CMYK 0.000.540.31   0.04
XYZ50.817034.125041.9386
Yxy34.12500.40050.2690
Hunter Lab58.416653.0493-1.6740
CIE-Lab65.061756.4101-5.7558

#f571aa color RGB value is (245,113,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110001 10101010
Octal 365 161 252
Decimal 245 113 170
Hex F5 71 AA

RGB Percentages of Color #f571aa

%46.40
%21.40
%32.20

CMYK Percentages of Color #f571aa

%0
%54
%31
%4

Triadic Colors of #f571aa

#f571aa #aaf571 #71aaf5

Analogous Colors of #f571aa

#f571aa #f57a71 #f571ec

Monochromatic Colors of #f571aa

#f571aa

Complementary Color

#f571aa #71f5bc

#f571aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f571aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f571aa Color CSS Codes

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

#f571aa Text Font Color

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

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


#f571aa Background Color

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

This div background color is #f571aa


#f571aa Border Color

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

This div border color is #f571aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f571aa


Comments

No comments written yet.

Please login to write comment.