Color Hex Logo

#f000aa Color Hex

#F000AA
(240,0,170)
0 Favorites   0 Comments

Color spaces of #f000aa

RGB 2400170
HSL0.881.000.47
HSV318°100°94°
CMYK 0.001.000.29   0.06
XYZ43.190921.427539.8897
Yxy21.42750.41330.2050
Hunter Lab46.289885.5428-18.6895
CIE-Lab53.414285.2048-23.4282

#f000aa color RGB value is (240,0,170).

#f000aa hex color red value is 240, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f000aa hue: 0.88 , saturation: 1.00 and the lightness value of f000aa is 0.47.

The process color (four color CMYK) of #f000aa color hex is 0.00, 1.00, 0.29, 0.06. Web safe color of #f000aa is #ff0099. Color #f000aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000000 10101010
Octal 360 0 252
Decimal 240 0 170
Hex F0 0 AA

RGB Percentages of Color #f000aa

%58.54
%0.00
%41.46

CMYK Percentages of Color #f000aa

%0
%100
%29
%6

Triadic Colors of #f000aa

#f000aa #aaf000 #00aaf0

Analogous Colors of #f000aa

#f000aa #f00032 #be00f0

Monochromatic Colors of #f000aa

#f000aa

Complementary Color

#f000aa #00f046

#f000aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f000aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f000aa Color CSS Codes

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

#f000aa Text Font Color

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

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


#f000aa Background Color

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

This div background color is #f000aa


#f000aa Border Color

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

This div border color is #f000aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f000aa


Comments

No comments written yet.

Please login to write comment.