Color Hex Logo

#f505aa Color Hex

#F505AA
(245,5,170)
0 Favorites   0 Comments

Color spaces of #f505aa

RGB 2455170
HSL0.890.960.49
HSV319°98°96°
CMYK 0.000.980.31   0.04
XYZ44.966222.423339.9884
Yxy22.42330.41880.2088
Hunter Lab47.353286.6337-16.9214
CIE-Lab54.473385.8361-21.7202

#f505aa color RGB value is (245,5,170).

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

The process color (four color CMYK) of #f505aa color hex is 0.00, 0.98, 0.31, 0.04. Web safe color of #f505aa is #ff0099. Color #f505aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000101 10101010
Octal 365 5 252
Decimal 245 5 170
Hex F5 5 AA

RGB Percentages of Color #f505aa

%58.33
%1.19
%40.48

CMYK Percentages of Color #f505aa

%0
%98
%31
%4

Triadic Colors of #f505aa

#f505aa #aaf505 #05aaf5

Analogous Colors of #f505aa

#f505aa #f50532 #c805f5

Monochromatic Colors of #f505aa

#f505aa

Complementary Color

#f505aa #05f550

#f505aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f505aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f505aa Color CSS Codes

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

#f505aa Text Font Color

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

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


#f505aa Background Color

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

This div background color is #f505aa


#f505aa Border Color

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

This div border color is #f505aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f505aa


Comments

No comments written yet.

Please login to write comment.