Color Hex Logo

#f990bd Color Hex

#F990BD
(249,144,189)
0 Favorites   0 Comments

Color spaces of #f990bd

RGB 249144189
HSL0.930.900.77
HSV334°42°98°
CMYK 0.000.420.24   0.02
XYZ58.225543.760453.5219
Yxy43.76040.37440.2814
Hunter Lab66.151641.3471-1.6641
CIE-Lab72.068145.0435-5.9998

#f990bd color RGB value is (249,144,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010000 10111101
Octal 371 220 275
Decimal 249 144 189
Hex F9 90 BD

RGB Percentages of Color #f990bd

%42.78
%24.74
%32.47

CMYK Percentages of Color #f990bd

%0
%42
%24
%2

Triadic Colors of #f990bd

#f990bd #bdf990 #90bdf9

Analogous Colors of #f990bd

#f990bd #f99890 #f990f2

Monochromatic Colors of #f990bd

#f990bd

Complementary Color

#f990bd #90f9cc

#f990bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f990bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f990bd Color CSS Codes

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

#f990bd Text Font Color

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

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


#f990bd Background Color

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

This div background color is #f990bd


#f990bd Border Color

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

This div border color is #f990bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f990bd


Comments

No comments written yet.

Please login to write comment.