Color Hex Logo

#f046aa Color Hex

#F046AA
(240,70,170)
0 Favorites   0 Comments

Color spaces of #f046aa

RGB 24070170
HSL0.900.850.61
HSV325°71°94°
CMYK 0.000.710.29   0.06
XYZ45.381025.807940.6198
Yxy25.80790.40590.2308
Hunter Lab50.801570.5516-11.8460
CIE-Lab57.854372.4573-16.6408

#f046aa color RGB value is (240,70,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000110 10101010
Octal 360 106 252
Decimal 240 70 170
Hex F0 46 AA

RGB Percentages of Color #f046aa

%50.00
%14.58
%35.42

CMYK Percentages of Color #f046aa

%0
%71
%29
%6

Triadic Colors of #f046aa

#f046aa #aaf046 #46aaf0

Analogous Colors of #f046aa

#f046aa #f04655 #e146f0

Monochromatic Colors of #f046aa

#f046aa

Complementary Color

#f046aa #46f08c

#f046aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f046aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f046aa Color CSS Codes

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

#f046aa Text Font Color

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

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


#f046aa Background Color

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

This div background color is #f046aa


#f046aa Border Color

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

This div border color is #f046aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f046aa


Comments

No comments written yet.

Please login to write comment.