Color Hex Logo

#f64faa Color Hex

#F64FAA
(246,79,170)
0 Favorites   0 Comments

Color spaces of #f64faa

RGB 24679170
HSL0.910.900.64
HSV327°68°96°
CMYK 0.000.680.31   0.04
XYZ48.057728.087140.9186
Yxy28.08710.41050.2399
Hunter Lab52.997369.1179-8.6791
CIE-Lab59.967370.8862-13.3497

#f64faa color RGB value is (246,79,170).

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

The process color (four color CMYK) of #f64faa color hex is 0.00, 0.68, 0.31, 0.04. Web safe color of #f64faa is #ff6699. Color #f64faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001111 10101010
Octal 366 117 252
Decimal 246 79 170
Hex F6 4F AA

RGB Percentages of Color #f64faa

%49.70
%15.96
%34.34

CMYK Percentages of Color #f64faa

%0
%68
%31
%4

Triadic Colors of #f64faa

#f64faa #aaf64f #4faaf6

Analogous Colors of #f64faa

#f64faa #f64f57 #ef4ff6

Monochromatic Colors of #f64faa

#f64faa

Complementary Color

#f64faa #4ff69b

#f64faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64faa Color CSS Codes

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

#f64faa Text Font Color

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

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


#f64faa Background Color

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

This div background color is #f64faa


#f64faa Border Color

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

This div border color is #f64faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64faa


Comments

No comments written yet.

Please login to write comment.