Color Hex Logo

#f641cd Color Hex

#F641CD
(246,65,205)
0 Favorites   0 Comments

Color spaces of #f641cd

RGB 24665205
HSL0.870.910.61
HSV314°74°96°
CMYK 0.000.740.17   0.04
XYZ50.915827.781260.4364
Yxy27.78120.36590.1997
Hunter Lab52.707980.1922-31.0881
CIE-Lab59.690579.8243-33.8641

#f641cd color RGB value is (246,65,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000001 11001101
Octal 366 101 315
Decimal 246 65 205
Hex F6 41 CD

RGB Percentages of Color #f641cd

%47.67
%12.60
%39.73

CMYK Percentages of Color #f641cd

%0
%74
%17
%4

Triadic Colors of #f641cd

#f641cd #cdf641 #41cdf6

Analogous Colors of #f641cd

#f641cd #f64173 #c541f6

Monochromatic Colors of #f641cd

#f641cd

Complementary Color

#f641cd #41f66a

#f641cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f641cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f641cd Color CSS Codes

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

#f641cd Text Font Color

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

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


#f641cd Background Color

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

This div background color is #f641cd


#f641cd Border Color

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

This div border color is #f641cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f641cd


Comments

No comments written yet.

Please login to write comment.