Color Hex Logo

#f65aaa Color Hex

#F65AAA
(246,90,170)
0 Favorites   0 Comments

Color spaces of #f65aaa

RGB 24690170
HSL0.910.900.66
HSV329°63°96°
CMYK 0.000.630.31   0.04
XYZ48.917929.807441.2054
Yxy29.80740.40790.2485
Hunter Lab54.596264.3919-6.5307
CIE-Lab61.487766.6956-11.0648

#f65aaa color RGB value is (246,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011010 10101010
Octal 366 132 252
Decimal 246 90 170
Hex F6 5A AA

RGB Percentages of Color #f65aaa

%48.62
%17.79
%33.60

CMYK Percentages of Color #f65aaa

%0
%63
%31
%4

Triadic Colors of #f65aaa

#f65aaa #aaf65a #5aaaf6

Analogous Colors of #f65aaa

#f65aaa #f65a5c #f45af6

Monochromatic Colors of #f65aaa

#f65aaa

Complementary Color

#f65aaa #5af6a6

#f65aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65aaa Color CSS Codes

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

#f65aaa Text Font Color

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

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


#f65aaa Background Color

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

This div background color is #f65aaa


#f65aaa Border Color

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

This div border color is #f65aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65aaa


Comments

No comments written yet.

Please login to write comment.