Color Hex Logo

#f090cc Color Hex

#F090CC
(240,144,204)
0 Favorites   0 Comments

Color spaces of #f090cc

RGB 240144204
HSL0.900.760.75
HSV323°40°94°
CMYK 0.000.400.15   0.06
XYZ56.807542.831462.3999
Yxy42.83140.35060.2643
Hunter Lab65.445740.4097-10.7187
CIE-Lab71.440444.2734-15.3668

#f090cc color RGB value is (240,144,204).

#f090cc hex color red value is 240, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f090cc hue: 0.90 , saturation: 0.76 and the lightness value of f090cc is 0.75.

The process color (four color CMYK) of #f090cc color hex is 0.00, 0.40, 0.15, 0.06. Web safe color of #f090cc is #ff99cc. Color #f090cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010000 11001100
Octal 360 220 314
Decimal 240 144 204
Hex F0 90 CC

RGB Percentages of Color #f090cc

%40.82
%24.49
%34.69

CMYK Percentages of Color #f090cc

%0
%40
%15
%6

Triadic Colors of #f090cc

#f090cc #ccf090 #90ccf0

Analogous Colors of #f090cc

#f090cc #f0909c #e490f0

Monochromatic Colors of #f090cc

#f090cc

Complementary Color

#f090cc #90f0b4

#f090cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f090cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f090cc Color CSS Codes

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

#f090cc Text Font Color

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

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


#f090cc Background Color

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

This div background color is #f090cc


#f090cc Border Color

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

This div border color is #f090cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f090cc


Comments

No comments written yet.

Please login to write comment.