Color Hex Logo

#f640aa Color Hex

#F640AA
(246,64,170)
0 Favorites   0 Comments

Color spaces of #f640aa

RGB 24664170
HSL0.900.910.61
HSV325°74°96°
CMYK 0.000.740.31   0.04
XYZ47.095126.161940.5978
Yxy26.16190.41360.2298
Hunter Lab51.148774.8434-11.2556
CIE-Lab58.190475.8680-16.0352

#f640aa color RGB value is (246,64,170).

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

The process color (four color CMYK) of #f640aa color hex is 0.00, 0.74, 0.31, 0.04. Web safe color of #f640aa is #ff3399. Color #f640aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000000 10101010
Octal 366 100 252
Decimal 246 64 170
Hex F6 40 AA

RGB Percentages of Color #f640aa

%51.25
%13.33
%35.42

CMYK Percentages of Color #f640aa

%0
%74
%31
%4

Triadic Colors of #f640aa

#f640aa #aaf640 #40aaf6

Analogous Colors of #f640aa

#f640aa #f6404f #e740f6

Monochromatic Colors of #f640aa

#f640aa

Complementary Color

#f640aa #40f68c

#f640aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f640aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f640aa Color CSS Codes

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

#f640aa Text Font Color

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

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


#f640aa Background Color

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

This div background color is #f640aa


#f640aa Border Color

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

This div border color is #f640aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f640aa


Comments

No comments written yet.

Please login to write comment.