color codes Logo

#f490cc color codes

#F490CC
(244,144,204)
0 Favorites   0 Comments

Color spaces of #f490cc

RGB 244144204
HSL0.900.820.76
HSV324°41°96°
CMYK 0.000.410.16   0.04
XYZ58.180643.539262.4642
Yxy43.53920.35440.2652
Hunter Lab65.984241.9172-9.9381
CIE-Lab71.919445.5750-14.5980

#f490cc color RGB value is (244,144,204).

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

The process color (four color CMYK) of #f490cc color code is 0.00, 0.41, 0.16, 0.04. Web safe color of #f490cc is #ff99cc. Color #f490cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010000 11001100
Octal 364 220 314
Decimal 244 144 204
Hex F4 90 CC

RGB Percentages of Color #f490cc

%41.22
%24.32
%34.46

CMYK Percentages of Color #f490cc

%0
%41
%16
%4

Triadic Colors of #f490cc

#f490cc #ccf490 #90ccf4

Analogous Colors of #f490cc

#f490cc #f4909a #ea90f4

Monochromatic Colors of #f490cc

#f490cc

Complementary Color

#f490cc #90f4b8

#f490cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f490cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f490cc Color CSS Codes

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

#f490cc Text Font Color

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

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


#f490cc Background Color

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

This div background color is #f490cc


#f490cc Border Color

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

This div border color is #f490cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,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 #f490cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f490cc


Comments

No comments written yet.

Please login to write comment.