Color Hex Logo

#f900aa Color Hex

#F900AA
(249,0,170)
0 Favorites   0 Comments

Color spaces of #f900aa

RGB 2490170
HSL0.891.000.49
HSV319°100°98°
CMYK 0.001.000.32   0.02
XYZ46.322623.042040.0363
Yxy23.04200.42340.2106
Hunter Lab48.002188.2510-15.8496
CIE-Lab55.115686.9463-20.6699

#f900aa color RGB value is (249,0,170).

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

The process color (four color CMYK) of #f900aa color hex is 0.00, 1.00, 0.32, 0.02. Web safe color of #f900aa is #ff0099. Color #f900aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 10101010
Octal 371 0 252
Decimal 249 0 170
Hex F9 0 AA

RGB Percentages of Color #f900aa

%59.43
%0.00
%40.57

CMYK Percentages of Color #f900aa

%0
%100
%32
%2

Triadic Colors of #f900aa

#f900aa #aaf900 #00aaf9

Analogous Colors of #f900aa

#f900aa #f9002e #cc00f9

Monochromatic Colors of #f900aa

#f900aa

Complementary Color

#f900aa #00f94f

#f900aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f900aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f900aa Color CSS Codes

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

#f900aa Text Font Color

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

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


#f900aa Background Color

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

This div background color is #f900aa


#f900aa Border Color

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

This div border color is #f900aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f900aa


Comments

No comments written yet.

Please login to write comment.