Color Hex Logo

#f65caf Color Hex

#F65CAF
(246,92,175)
0 Favorites   0 Comments

Color spaces of #f65caf

RGB 24692175
HSL0.910.900.66
HSV328°63°96°
CMYK 0.000.630.29   0.04
XYZ49.571030.342343.8014
Yxy30.34230.40070.2453
Hunter Lab55.083864.2388-8.5873
CIE-Lab61.948566.4849-13.2468

#f65caf color RGB value is (246,92,175).

#f65caf hex color red value is 246, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f65caf hue: 0.91 , saturation: 0.90 and the lightness value of f65caf is 0.66.

The process color (four color CMYK) of #f65caf color hex is 0.00, 0.63, 0.29, 0.04. Web safe color of #f65caf is #ff6699. Color #f65caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011100 10101111
Octal 366 134 257
Decimal 246 92 175
Hex F6 5C AF

RGB Percentages of Color #f65caf

%47.95
%17.93
%34.11

CMYK Percentages of Color #f65caf

%0
%63
%29
%4

Triadic Colors of #f65caf

#f65caf #aff65c #5caff6

Analogous Colors of #f65caf

#f65caf #f65c62 #f05cf6

Monochromatic Colors of #f65caf

#f65caf

Complementary Color

#f65caf #5cf6a3

#f65caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65caf Color CSS Codes

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

#f65caf Text Font Color

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

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


#f65caf Background Color

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

This div background color is #f65caf


#f65caf Border Color

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

This div border color is #f65caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65caf


Comments

No comments written yet.

Please login to write comment.