Color Hex Logo

#f990ad Color Hex

#F990AD
(249,144,173)
0 Favorites   0 Comments

Color spaces of #f990ad

RGB 249144173
HSL0.950.900.77
HSV343°42°98°
CMYK 0.000.420.31   0.02
XYZ56.583043.103444.8727
Yxy43.10340.39140.2982
Hunter Lab65.653238.94665.4336
CIE-Lab71.625142.92172.2431

#f990ad color RGB value is (249,144,173).

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

The process color (four color CMYK) of #f990ad color hex is 0.00, 0.42, 0.31, 0.02. Web safe color of #f990ad is #ff9999. Color #f990ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010000 10101101
Octal 371 220 255
Decimal 249 144 173
Hex F9 90 AD

RGB Percentages of Color #f990ad

%43.99
%25.44
%30.57

CMYK Percentages of Color #f990ad

%0
%42
%31
%2

Triadic Colors of #f990ad

#f990ad #adf990 #90adf9

Analogous Colors of #f990ad

#f990ad #f9a890 #f990e2

Monochromatic Colors of #f990ad

#f990ad

Complementary Color

#f990ad #90f9dc

#f990ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f990ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f990ad Color CSS Codes

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

#f990ad Text Font Color

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

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


#f990ad Background Color

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

This div background color is #f990ad


#f990ad Border Color

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

This div border color is #f990ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f990ad


Comments

No comments written yet.

Please login to write comment.