Color Hex Logo

#f472aa Color Hex

#F472AA
(244,114,170)
0 Favorites   0 Comments

Color spaces of #f472aa

RGB 244114170
HSL0.930.860.70
HSV334°53°96°
CMYK 0.000.530.30   0.04
XYZ50.581234.170041.9598
Yxy34.17000.39920.2697
Hunter Lab58.455152.1596-1.6405
CIE-Lab65.097355.6279-5.7189

#f472aa color RGB value is (244,114,170).

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

The process color (four color CMYK) of #f472aa color hex is 0.00, 0.53, 0.30, 0.04. Web safe color of #f472aa is #ff6699. Color #f472aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110010 10101010
Octal 364 162 252
Decimal 244 114 170
Hex F4 72 AA

RGB Percentages of Color #f472aa

%46.21
%21.59
%32.20

CMYK Percentages of Color #f472aa

%0
%53
%30
%4

Triadic Colors of #f472aa

#f472aa #aaf472 #72aaf4

Analogous Colors of #f472aa

#f472aa #f47b72 #f472eb

Monochromatic Colors of #f472aa

#f472aa

Complementary Color

#f472aa #72f4bc

#f472aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f472aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f472aa Color CSS Codes

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

#f472aa Text Font Color

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

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


#f472aa Background Color

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

This div background color is #f472aa


#f472aa Border Color

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

This div border color is #f472aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f472aa


Comments

No comments written yet.

Please login to write comment.