Color Hex Logo

#f94faa Color Hex

#F94FAA
(249,79,170)
0 Favorites   0 Comments

Color spaces of #f94faa

RGB 24979170
HSL0.910.930.64
HSV328°68°98°
CMYK 0.000.680.32   0.02
XYZ49.118628.634040.9683
Yxy28.63400.41370.2412
Hunter Lab53.510770.2050-7.9354
CIE-Lab60.457271.6844-12.5634

#f94faa color RGB value is (249,79,170).

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

The process color (four color CMYK) of #f94faa color hex is 0.00, 0.68, 0.32, 0.02. Web safe color of #f94faa is #ff6699. Color #f94faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001111 10101010
Octal 371 117 252
Decimal 249 79 170
Hex F9 4F AA

RGB Percentages of Color #f94faa

%50.00
%15.86
%34.14

CMYK Percentages of Color #f94faa

%0
%68
%32
%2

Triadic Colors of #f94faa

#f94faa #aaf94f #4faaf9

Analogous Colors of #f94faa

#f94faa #f94f55 #f34ff9

Monochromatic Colors of #f94faa

#f94faa

Complementary Color

#f94faa #4ff99e

#f94faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94faa Color CSS Codes

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

#f94faa Text Font Color

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

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


#f94faa Background Color

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

This div background color is #f94faa


#f94faa Border Color

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

This div border color is #f94faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94faa


Comments

No comments written yet.

Please login to write comment.