Color Hex Logo

#f990ba Color Hex

#F990BA
(249,144,186)
0 Favorites   0 Comments

Color spaces of #f990ba

RGB 249144186
HSL0.930.900.77
HSV336°42°98°
CMYK 0.000.420.25   0.02
XYZ57.903143.631451.8243
Yxy43.63140.37760.2845
Hunter Lab66.054140.8788-0.2795
CIE-Lab71.981444.6317-4.4624

#f990ba color RGB value is (249,144,186).

#f990ba hex color red value is 249, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f990ba hue: 0.93 , saturation: 0.90 and the lightness value of f990ba is 0.77.

The process color (four color CMYK) of #f990ba color hex is 0.00, 0.42, 0.25, 0.02. Web safe color of #f990ba is #ff99cc. Color #f990ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010000 10111010
Octal 371 220 272
Decimal 249 144 186
Hex F9 90 BA

RGB Percentages of Color #f990ba

%43.01
%24.87
%32.12

CMYK Percentages of Color #f990ba

%0
%42
%25
%2

Triadic Colors of #f990ba

#f990ba #baf990 #90baf9

Analogous Colors of #f990ba

#f990ba #f99b90 #f990ef

Monochromatic Colors of #f990ba

#f990ba

Complementary Color

#f990ba #90f9cf

#f990ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f990ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f990ba Color CSS Codes

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

#f990ba Text Font Color

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

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


#f990ba Background Color

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

This div background color is #f990ba


#f990ba Border Color

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

This div border color is #f990ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,144,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f990ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f990ba


Comments

No comments written yet.

Please login to write comment.