Color Hex Logo

#f550aa Color Hex

#F550AA
(245,80,170)
0 Favorites   0 Comments

Color spaces of #f550aa

RGB 24580170
HSL0.910.890.64
HSV327°67°96°
CMYK 0.000.670.31   0.04
XYZ47.780528.052140.9265
Yxy28.05210.40920.2403
Hunter Lab52.964268.3424-8.7396
CIE-Lab59.935870.2550-13.4134

#f550aa color RGB value is (245,80,170).

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

The process color (four color CMYK) of #f550aa color hex is 0.00, 0.67, 0.31, 0.04. Web safe color of #f550aa is #ff6699. Color #f550aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010000 10101010
Octal 365 120 252
Decimal 245 80 170
Hex F5 50 AA

RGB Percentages of Color #f550aa

%49.49
%16.16
%34.34

CMYK Percentages of Color #f550aa

%0
%67
%31
%4

Triadic Colors of #f550aa

#f550aa #aaf550 #50aaf5

Analogous Colors of #f550aa

#f550aa #f55058 #ee50f5

Monochromatic Colors of #f550aa

#f550aa

Complementary Color

#f550aa #50f59b

#f550aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f550aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f550aa Color CSS Codes

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

#f550aa Text Font Color

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

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


#f550aa Background Color

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

This div background color is #f550aa


#f550aa Border Color

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

This div border color is #f550aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f550aa


Comments

No comments written yet.

Please login to write comment.