Color Hex Logo

#f640cf Color Hex

#F640CF
(246,64,207)
0 Favorites   0 Comments

Color spaces of #f640cf

RGB 24664207
HSL0.870.910.61
HSV313°74°96°
CMYK 0.000.740.16   0.04
XYZ51.101927.764661.6972
Yxy27.76460.36350.1975
Hunter Lab52.692180.9017-32.5382
CIE-Lab59.675580.3835-35.0252

#f640cf color RGB value is (246,64,207).

#f640cf hex color red value is 246, green value is 64 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f640cf hue: 0.87 , saturation: 0.91 and the lightness value of f640cf is 0.61.

The process color (four color CMYK) of #f640cf color hex is 0.00, 0.74, 0.16, 0.04. Web safe color of #f640cf is #ff33cc. Color #f640cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000000 11001111
Octal 366 100 317
Decimal 246 64 207
Hex F6 40 CF

RGB Percentages of Color #f640cf

%47.58
%12.38
%40.04

CMYK Percentages of Color #f640cf

%0
%74
%16
%4

Triadic Colors of #f640cf

#f640cf #cff640 #40cff6

Analogous Colors of #f640cf

#f640cf #f64074 #c240f6

Monochromatic Colors of #f640cf

#f640cf

Complementary Color

#f640cf #40f667

#f640cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f640cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f640cf Color CSS Codes

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

#f640cf Text Font Color

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

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


#f640cf Background Color

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

This div background color is #f640cf


#f640cf Border Color

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

This div border color is #f640cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f640cf


Comments

No comments written yet.

Please login to write comment.