Color Hex Logo

#f050aa Color Hex

#F050AA
(240,80,170)
0 Favorites   0 Comments

Color spaces of #f050aa

RGB 24080170
HSL0.910.840.63
HSV326°67°94°
CMYK 0.000.670.29   0.06
XYZ46.059527.164940.8459
Yxy27.16490.40380.2381
Hunter Lab52.120066.5343-9.9810
CIE-Lab59.126768.9108-14.7136

#f050aa color RGB value is (240,80,170).

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

The process color (four color CMYK) of #f050aa color hex is 0.00, 0.67, 0.29, 0.06. Web safe color of #f050aa is #ff6699. Color #f050aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010000 10101010
Octal 360 120 252
Decimal 240 80 170
Hex F0 50 AA

RGB Percentages of Color #f050aa

%48.98
%16.33
%34.69

CMYK Percentages of Color #f050aa

%0
%67
%29
%6

Triadic Colors of #f050aa

#f050aa #aaf050 #50aaf0

Analogous Colors of #f050aa

#f050aa #f0505a #e650f0

Monochromatic Colors of #f050aa

#f050aa

Complementary Color

#f050aa #50f096

#f050aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f050aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f050aa Color CSS Codes

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

#f050aa Text Font Color

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

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


#f050aa Background Color

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

This div background color is #f050aa


#f050aa Border Color

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

This div border color is #f050aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f050aa


Comments

No comments written yet.

Please login to write comment.