Color Hex Logo

#f604cf Color Hex

#F604CF
(246,4,207)
0 Favorites   0 Comments

Color spaces of #f604cf

RGB 2464207
HSL0.860.970.49
HSV310°98°96°
CMYK 0.000.980.16   0.04
XYZ49.311924.184761.1006
Yxy24.18470.36640.1797
Hunter Lab49.177992.9248-39.2397
CIE-Lab56.272290.2489-40.3577

#f604cf color RGB value is (246,4,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000100 11001111
Octal 366 4 317
Decimal 246 4 207
Hex F6 4 CF

RGB Percentages of Color #f604cf

%53.83
%0.88
%45.30

CMYK Percentages of Color #f604cf

%0
%98
%16
%4

Triadic Colors of #f604cf

#f604cf #cff604 #04cff6

Analogous Colors of #f604cf

#f604cf #f60456 #a404f6

Monochromatic Colors of #f604cf

#f604cf

Complementary Color

#f604cf #04f62b

#f604cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f604cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f604cf Color CSS Codes

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

#f604cf Text Font Color

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

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


#f604cf Background Color

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

This div background color is #f604cf


#f604cf Border Color

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

This div border color is #f604cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f604cf


Comments

No comments written yet.

Please login to write comment.