Color Hex Logo

#f955aa Color Hex

#F955AA
(249,85,170)
0 Favorites   0 Comments

Color spaces of #f955aa

RGB 24985170
HSL0.910.930.65
HSV329°66°98°
CMYK 0.000.660.32   0.02
XYZ49.571129.539041.1191
Yxy29.53900.41230.2457
Hunter Lab54.349867.6933-6.8118
CIE-Lab61.254469.4768-11.3660

#f955aa color RGB value is (249,85,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010101 10101010
Octal 371 125 252
Decimal 249 85 170
Hex F9 55 AA

RGB Percentages of Color #f955aa

%49.40
%16.87
%33.73

CMYK Percentages of Color #f955aa

%0
%66
%32
%2

Triadic Colors of #f955aa

#f955aa #aaf955 #55aaf9

Analogous Colors of #f955aa

#f955aa #f95558 #f655f9

Monochromatic Colors of #f955aa

#f955aa

Complementary Color

#f955aa #55f9a4

#f955aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f955aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f955aa Color CSS Codes

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

#f955aa Text Font Color

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

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


#f955aa Background Color

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

This div background color is #f955aa


#f955aa Border Color

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

This div border color is #f955aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f955aa


Comments

No comments written yet.

Please login to write comment.