Color Hex Logo

#f039aa Color Hex

#F039AA
(240,57,170)
0 Favorites   0 Comments

Color spaces of #f039aa

RGB 24057170
HSL0.900.860.58
HSV323°76°94°
CMYK 0.000.760.29   0.06
XYZ44.654024.353840.3774
Yxy24.35380.40820.2226
Hunter Lab49.349675.1541-13.9659
CIE-Lab56.440376.4539-18.7917

#f039aa color RGB value is (240,57,170).

#f039aa hex color red value is 240, green value is 57 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f039aa hue: 0.90 , saturation: 0.86 and the lightness value of f039aa is 0.58.

The process color (four color CMYK) of #f039aa color hex is 0.00, 0.76, 0.29, 0.06. Web safe color of #f039aa is #ff3399. Color #f039aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111001 10101010
Octal 360 71 252
Decimal 240 57 170
Hex F0 39 AA

RGB Percentages of Color #f039aa

%51.39
%12.21
%36.40

CMYK Percentages of Color #f039aa

%0
%76
%29
%6

Triadic Colors of #f039aa

#f039aa #aaf039 #39aaf0

Analogous Colors of #f039aa

#f039aa #f0394e #db39f0

Monochromatic Colors of #f039aa

#f039aa

Complementary Color

#f039aa #39f07f

#f039aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f039aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f039aa Color CSS Codes

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

#f039aa Text Font Color

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

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


#f039aa Background Color

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

This div background color is #f039aa


#f039aa Border Color

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

This div border color is #f039aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f039aa


Comments

No comments written yet.

Please login to write comment.