Color Hex Logo

#f95aaa Color Hex

#F95AAA
(249,90,170)
0 Favorites   0 Comments

Color spaces of #f95aaa

RGB 24990170
HSL0.920.930.66
HSV330°64°98°
CMYK 0.000.640.32   0.02
XYZ49.978830.354341.2550
Yxy30.35430.41110.2496
Hunter Lab55.094765.5092-5.8301
CIE-Lab61.958767.5413-10.3107

#f95aaa color RGB value is (249,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 10101010
Octal 371 132 252
Decimal 249 90 170
Hex F9 5A AA

RGB Percentages of Color #f95aaa

%48.92
%17.68
%33.40

CMYK Percentages of Color #f95aaa

%0
%64
%32
%2

Triadic Colors of #f95aaa

#f95aaa #aaf95a #5aaaf9

Analogous Colors of #f95aaa

#f95aaa #f95a5b #f95af9

Monochromatic Colors of #f95aaa

#f95aaa

Complementary Color

#f95aaa #5af9a9

#f95aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95aaa Color CSS Codes

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

#f95aaa Text Font Color

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

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


#f95aaa Background Color

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

This div background color is #f95aaa


#f95aaa Border Color

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

This div border color is #f95aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95aaa


Comments

No comments written yet.

Please login to write comment.