Color Hex Logo

#f604de Color Hex

#F604DE
(246,4,222)
0 Favorites   0 Comments

Color spaces of #f604de

RGB 2464222
HSL0.850.970.49
HSV306°98°96°
CMYK 0.000.980.10   0.04
XYZ51.234324.953671.2234
Yxy24.95360.34760.1693
Hunter Lab49.953695.6577-49.5677
CIE-Lab57.030292.1364-47.6997

#f604de color RGB value is (246,4,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000100 11011110
Octal 366 4 336
Decimal 246 4 222
Hex F6 4 DE

RGB Percentages of Color #f604de

%52.12
%0.85
%47.03

CMYK Percentages of Color #f604de

%0
%98
%10
%4

Triadic Colors of #f604de

#f604de #def604 #04def6

Analogous Colors of #f604de

#f604de #f60465 #9504f6

Monochromatic Colors of #f604de

#f604de

Complementary Color

#f604de #04f61c

#f604de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f604de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f604de Color CSS Codes

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

#f604de Text Font Color

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

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


#f604de Background Color

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

This div background color is #f604de


#f604de Border Color

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

This div border color is #f604de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f604de

Related Colors


Comments

No comments written yet.

Please login to write comment.