Color Hex Logo

#f406ca Color Hex

#F406CA
(244,6,202)
0 Favorites   0 Comments

Color spaces of #f406ca

RGB 2446202
HSL0.860.950.49
HSV311°98°96°
CMYK 0.000.980.17   0.04
XYZ48.034023.627657.9060
Yxy23.62760.37070.1824
Hunter Lab48.608291.3269-36.6052
CIE-Lab55.713089.1585-38.3953

#f406ca color RGB value is (244,6,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000110 11001010
Octal 364 6 312
Decimal 244 6 202
Hex F4 6 CA

RGB Percentages of Color #f406ca

%53.98
%1.33
%44.69

CMYK Percentages of Color #f406ca

%0
%98
%17
%4

Triadic Colors of #f406ca

#f406ca #caf406 #06caf4

Analogous Colors of #f406ca

#f406ca #f40653 #a706f4

Monochromatic Colors of #f406ca

#f406ca

Complementary Color

#f406ca #06f430

#f406ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f406ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f406ca Color CSS Codes

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

#f406ca Text Font Color

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

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


#f406ca Background Color

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

This div background color is #f406ca


#f406ca Border Color

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

This div border color is #f406ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f406ca

Related Colors


Comments

No comments written yet.

Please login to write comment.