Color Hex Logo

#f664cf Color Hex

#F664CF
(246,100,207)
0 Favorites   0 Comments

Color spaces of #f664cf

RGB 246100207
HSL0.880.890.68
HSV316°59°96°
CMYK 0.000.590.16   0.04
XYZ53.825733.212262.6051
Yxy33.21220.35970.2219
Hunter Lab57.630065.8641-24.0674
CIE-Lab64.332467.4096-27.8040

#f664cf color RGB value is (246,100,207).

#f664cf hex color red value is 246, green value is 100 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f664cf hue: 0.88 , saturation: 0.89 and the lightness value of f664cf is 0.68.

The process color (four color CMYK) of #f664cf color hex is 0.00, 0.59, 0.16, 0.04. Web safe color of #f664cf is #ff66cc. Color #f664cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100100 11001111
Octal 366 144 317
Decimal 246 100 207
Hex F6 64 CF

RGB Percentages of Color #f664cf

%44.48
%18.08
%37.43

CMYK Percentages of Color #f664cf

%0
%59
%16
%4

Triadic Colors of #f664cf

#f664cf #cff664 #64cff6

Analogous Colors of #f664cf

#f664cf #f66486 #d464f6

Monochromatic Colors of #f664cf

#f664cf

Complementary Color

#f664cf #64f68b

#f664cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f664cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f664cf Color CSS Codes

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

#f664cf Text Font Color

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

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


#f664cf Background Color

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

This div background color is #f664cf


#f664cf Border Color

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

This div border color is #f664cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f664cf


Comments

No comments written yet.

Please login to write comment.