Color Hex Logo

#f947aa Color Hex

#F947AA
(249,71,170)
0 Favorites   0 Comments

Color spaces of #f947aa

RGB 24971170
HSL0.910.940.63
HSV327°71°98°
CMYK 0.000.710.32   0.02
XYZ48.575927.548540.7874
Yxy27.54850.41550.2356
Hunter Lab52.486773.3484-9.3336
CIE-Lab59.478674.4194-14.0379

#f947aa color RGB value is (249,71,170).

#f947aa hex color red value is 249, green value is 71 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f947aa hue: 0.91 , saturation: 0.94 and the lightness value of f947aa is 0.63.

The process color (four color CMYK) of #f947aa color hex is 0.00, 0.71, 0.32, 0.02. Web safe color of #f947aa is #ff3399. Color #f947aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 10101010
Octal 371 107 252
Decimal 249 71 170
Hex F9 47 AA

RGB Percentages of Color #f947aa

%50.82
%14.49
%34.69

CMYK Percentages of Color #f947aa

%0
%71
%32
%2

Triadic Colors of #f947aa

#f947aa #aaf947 #47aaf9

Analogous Colors of #f947aa

#f947aa #f94751 #ef47f9

Monochromatic Colors of #f947aa

#f947aa

Complementary Color

#f947aa #47f996

#f947aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f947aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f947aa Color CSS Codes

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

#f947aa Text Font Color

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

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


#f947aa Background Color

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

This div background color is #f947aa


#f947aa Border Color

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

This div border color is #f947aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f947aa


Comments

No comments written yet.

Please login to write comment.