Color Hex Logo

#f90caa Color Hex

#F90CAA
(249,12,170)
0 Favorites   0 Comments

Color spaces of #f90caa

RGB 24912170
HSL0.890.950.51
HSV320°95°98°
CMYK 0.000.950.32   0.02
XYZ46.454123.305040.0801
Yxy23.30500.42290.2122
Hunter Lab48.275387.2845-15.4323
CIE-Lab55.385186.1565-20.2574

#f90caa color RGB value is (249,12,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001100 10101010
Octal 371 14 252
Decimal 249 12 170
Hex F9 C AA

RGB Percentages of Color #f90caa

%57.77
%2.78
%39.44

CMYK Percentages of Color #f90caa

%0
%95
%32
%2

Triadic Colors of #f90caa

#f90caa #aaf90c #0caaf9

Analogous Colors of #f90caa

#f90caa #f90c34 #d20cf9

Monochromatic Colors of #f90caa

#f90caa

Complementary Color

#f90caa #0cf95b

#f90caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90caa Color CSS Codes

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

#f90caa Text Font Color

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

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


#f90caa Background Color

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

This div background color is #f90caa


#f90caa Border Color

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

This div border color is #f90caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90caa


Comments

No comments written yet.

Please login to write comment.