color codes Logo

#f90aaa color codes

#F90AAA
(249,10,170)
0 Favorites   0 Comments

Color spaces of #f90aaa

RGB 24910170
HSL0.890.950.51
HSV320°96°98°
CMYK 0.000.960.32   0.02
XYZ46.431223.259140.0725
Yxy23.25910.42300.2119
Hunter Lab48.227787.4524-15.5048
CIE-Lab55.338286.2939-20.3292

#f90aaa color RGB value is (249,10,170).

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

The process color (four color CMYK) of #f90aaa color code is 0.00, 0.96, 0.32, 0.02. Web safe color of #f90aaa is #ff0099. Color #f90aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001010 10101010
Octal 371 12 252
Decimal 249 10 170
Hex F9 A AA

RGB Percentages of Color #f90aaa

%58.04
%2.33
%39.63

CMYK Percentages of Color #f90aaa

%0
%96
%32
%2

Triadic Colors of #f90aaa

#f90aaa #aaf90a #0aaaf9

Analogous Colors of #f90aaa

#f90aaa #f90a32 #d10af9

Monochromatic Colors of #f90aaa

#f90aaa

Complementary Color

#f90aaa #0af959

#f90aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90aaa Color CSS Codes

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

#f90aaa Text Font Color

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

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


#f90aaa Background Color

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

This div background color is #f90aaa


#f90aaa Border Color

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

This div border color is #f90aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90aaa


Comments

No comments written yet.

Please login to write comment.