Color Hex Logo

#f665cf Color Hex

#F665CF
(246,101,207)
0 Favorites   0 Comments

Color spaces of #f665cf

RGB 246101207
HSL0.880.890.68
HSV316°59°96°
CMYK 0.000.590.16   0.04
XYZ53.922233.405262.6373
Yxy33.40520.35960.2228
Hunter Lab57.797265.3873-23.7970
CIE-Lab64.487766.9872-27.5647

#f665cf color RGB value is (246,101,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100101 11001111
Octal 366 145 317
Decimal 246 101 207
Hex F6 65 CF

RGB Percentages of Color #f665cf

%44.40
%18.23
%37.36

CMYK Percentages of Color #f665cf

%0
%59
%16
%4

Triadic Colors of #f665cf

#f665cf #cff665 #65cff6

Analogous Colors of #f665cf

#f665cf #f66587 #d565f6

Monochromatic Colors of #f665cf

#f665cf

Complementary Color

#f665cf #65f68c

#f665cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f665cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f665cf Color CSS Codes

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

#f665cf Text Font Color

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

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


#f665cf Background Color

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

This div background color is #f665cf


#f665cf Border Color

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

This div border color is #f665cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f665cf


Comments

No comments written yet.

Please login to write comment.