Color Hex Logo

#f604ea Color Hex

#F604EA
(246,4,234)
0 Favorites   0 Comments

Color spaces of #f604ea

RGB 2464234
HSL0.840.970.49
HSV303°98°96°
CMYK 0.000.980.05   0.04
XYZ52.900725.620279.9989
Yxy25.62020.33370.1616
Hunter Lab50.616497.9769-58.2760
CIE-Lab57.674893.7227-53.4444

#f604ea color RGB value is (246,4,234).

#f604ea hex color red value is 246, green value is 4 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f604ea hue: 0.84 , saturation: 0.97 and the lightness value of f604ea is 0.49.

The process color (four color CMYK) of #f604ea color hex is 0.00, 0.98, 0.05, 0.04. Web safe color of #f604ea is #ff00ff. Color #f604ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000100 11101010
Octal 366 4 352
Decimal 246 4 234
Hex F6 4 EA

RGB Percentages of Color #f604ea

%50.83
%0.83
%48.35

CMYK Percentages of Color #f604ea

%0
%98
%5
%4

Triadic Colors of #f604ea

#f604ea #eaf604 #04eaf6

Analogous Colors of #f604ea

#f604ea #f60471 #8904f6

Monochromatic Colors of #f604ea

#f604ea

Complementary Color

#f604ea #04f610

#f604ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f604ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f604ea Color CSS Codes

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

#f604ea Text Font Color

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

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


#f604ea Background Color

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

This div background color is #f604ea


#f604ea Border Color

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

This div border color is #f604ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,4,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f604ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f604ea;
  -webkit-box-shadow: 1px 1px 3px 2px #f604ea;
  box-shadow:         1px 1px 3px 2px #f604ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f604ea


Comments

No comments written yet.

Please login to write comment.