Color Hex Logo

#f990cd Color Hex

#F990CD
(249,144,205)
0 Favorites   0 Comments

Color spaces of #f990cd

RGB 249144205
HSL0.900.900.77
HSV325°42°98°
CMYK 0.000.420.18   0.02
XYZ60.059644.494063.1803
Yxy44.49400.35810.2653
Hunter Lab66.703843.9883-9.4654
CIE-Lab72.557547.3468-14.1305

#f990cd color RGB value is (249,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010000 11001101
Octal 371 220 315
Decimal 249 144 205
Hex F9 90 CD

RGB Percentages of Color #f990cd

%41.64
%24.08
%34.28

CMYK Percentages of Color #f990cd

%0
%42
%18
%2

Triadic Colors of #f990cd

#f990cd #cdf990 #90cdf9

Analogous Colors of #f990cd

#f990cd #f99099 #f190f9

Monochromatic Colors of #f990cd

#f990cd

Complementary Color

#f990cd #90f9bc

#f990cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f990cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f990cd Color CSS Codes

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

#f990cd Text Font Color

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

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


#f990cd Background Color

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

This div background color is #f990cd


#f990cd Border Color

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

This div border color is #f990cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f990cd

Related Colors


Comments

No comments written yet.

Please login to write comment.