Color Hex Logo

#f043aa Color Hex

#F043AA
(240,67,170)
0 Favorites   0 Comments

Color spaces of #f043aa

RGB 24067170
HSL0.900.850.60
HSV324°72°94°
CMYK 0.000.720.29   0.06
XYZ45.198025.441940.5588
Yxy25.44190.40650.2288
Hunter Lab50.440071.6795-12.3671
CIE-Lab57.503573.4433-17.1735

#f043aa color RGB value is (240,67,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000011 10101010
Octal 360 103 252
Decimal 240 67 170
Hex F0 43 AA

RGB Percentages of Color #f043aa

%50.31
%14.05
%35.64

CMYK Percentages of Color #f043aa

%0
%72
%29
%6

Triadic Colors of #f043aa

#f043aa #aaf043 #43aaf0

Analogous Colors of #f043aa

#f043aa #f04354 #e043f0

Monochromatic Colors of #f043aa

#f043aa

Complementary Color

#f043aa #43f089

#f043aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f043aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f043aa Color CSS Codes

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

#f043aa Text Font Color

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

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


#f043aa Background Color

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

This div background color is #f043aa


#f043aa Border Color

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

This div border color is #f043aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f043aa


Comments

No comments written yet.

Please login to write comment.