Color Hex Logo

#f490ca Color Hex

#F490CA
(244,144,202)
0 Favorites   0 Comments

Color spaces of #f490ca

RGB 244144202
HSL0.900.820.76
HSV325°41°96°
CMYK 0.000.410.17   0.04
XYZ57.942243.443961.2087
Yxy43.44390.35640.2672
Hunter Lab65.912041.5706-8.9208
CIE-Lab71.855245.2711-13.5877

#f490ca color RGB value is (244,144,202).

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

The process color (four color CMYK) of #f490ca color hex is 0.00, 0.41, 0.17, 0.04. Web safe color of #f490ca is #ff99cc. Color #f490ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010000 11001010
Octal 364 220 312
Decimal 244 144 202
Hex F4 90 CA

RGB Percentages of Color #f490ca

%41.36
%24.41
%34.24

CMYK Percentages of Color #f490ca

%0
%41
%17
%4

Triadic Colors of #f490ca

#f490ca #caf490 #90caf4

Analogous Colors of #f490ca

#f490ca #f49098 #ec90f4

Monochromatic Colors of #f490ca

#f490ca

Complementary Color

#f490ca #90f4ba

#f490ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f490ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f490ca Color CSS Codes

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

#f490ca Text Font Color

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

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


#f490ca Background Color

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

This div background color is #f490ca


#f490ca Border Color

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

This div border color is #f490ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f490ca


Comments

No comments written yet.

Please login to write comment.