Color Hex Logo

#f409ca Color Hex

#F409CA
(244,9,202)
0 Favorites   0 Comments

Color spaces of #f409ca

RGB 2449202
HSL0.860.930.50
HSV311°96°96°
CMYK 0.000.960.17   0.04
XYZ48.066623.692757.9169
Yxy23.69270.37070.1827
Hunter Lab48.675191.0868-36.4745
CIE-Lab55.778888.9649-38.2920

#f409ca color RGB value is (244,9,202).

#f409ca hex color red value is 244, green value is 9 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f409ca hue: 0.86 , saturation: 0.93 and the lightness value of f409ca is 0.50.

The process color (four color CMYK) of #f409ca color hex is 0.00, 0.96, 0.17, 0.04. Web safe color of #f409ca is #ff00cc. Color #f409ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001001 11001010
Octal 364 11 312
Decimal 244 9 202
Hex F4 9 CA

RGB Percentages of Color #f409ca

%53.63
%1.98
%44.40

CMYK Percentages of Color #f409ca

%0
%96
%17
%4

Triadic Colors of #f409ca

#f409ca #caf409 #09caf4

Analogous Colors of #f409ca

#f409ca #f40954 #a909f4

Monochromatic Colors of #f409ca

#f409ca

Complementary Color

#f409ca #09f433

#f409ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f409ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f409ca Color CSS Codes

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

#f409ca Text Font Color

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

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


#f409ca Background Color

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

This div background color is #f409ca


#f409ca Border Color

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

This div border color is #f409ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f409ca


Comments

No comments written yet.

Please login to write comment.