Color Hex Logo

#f990df Color Hex

#F990DF
(249,144,223)
0 Favorites   0 Comments

Color spaces of #f990df

RGB 249144223
HSL0.870.900.77
HSV315°42°98°
CMYK 0.000.420.10   0.02
XYZ62.359545.414075.2911
Yxy45.41400.34060.2481
Hunter Lab67.389947.2433-19.0686
CIE-Lab73.163750.1421-23.1275

#f990df color RGB value is (249,144,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010000 11011111
Octal 371 220 337
Decimal 249 144 223
Hex F9 90 DF

RGB Percentages of Color #f990df

%40.42
%23.38
%36.20

CMYK Percentages of Color #f990df

%0
%42
%10
%2

Triadic Colors of #f990df

#f990df #dff990 #90dff9

Analogous Colors of #f990df

#f990df #f990ab #df90f9

Monochromatic Colors of #f990df

#f990df

Complementary Color

#f990df #90f9aa

#f990df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f990df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f990df Color CSS Codes

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

#f990df Text Font Color

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

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


#f990df Background Color

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

This div background color is #f990df


#f990df Border Color

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

This div border color is #f990df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f990df


Comments

No comments written yet.

Please login to write comment.