Color Hex Logo

#f065aa Color Hex

#F065AA
(240,101,170)
0 Favorites   0 Comments

Color spaces of #f065aa

RGB 240101170
HSL0.920.820.67
HSV330°58°94°
CMYK 0.000.580.29   0.06
XYZ47.844630.734941.4410
Yxy30.73490.39860.2561
Hunter Lab55.439157.0293-5.5122
CIE-Lab62.283260.3144-9.9684

#f065aa color RGB value is (240,101,170).

#f065aa hex color red value is 240, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f065aa hue: 0.92 , saturation: 0.82 and the lightness value of f065aa is 0.67.

The process color (four color CMYK) of #f065aa color hex is 0.00, 0.58, 0.29, 0.06. Web safe color of #f065aa is #ff6699. Color #f065aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100101 10101010
Octal 360 145 252
Decimal 240 101 170
Hex F0 65 AA

RGB Percentages of Color #f065aa

%46.97
%19.77
%33.27

CMYK Percentages of Color #f065aa

%0
%58
%29
%6

Triadic Colors of #f065aa

#f065aa #aaf065 #65aaf0

Analogous Colors of #f065aa

#f065aa #f06665 #f065f0

Monochromatic Colors of #f065aa

#f065aa

Complementary Color

#f065aa #65f0ab

#f065aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f065aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f065aa Color CSS Codes

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

#f065aa Text Font Color

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

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


#f065aa Background Color

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

This div background color is #f065aa


#f065aa Border Color

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

This div border color is #f065aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f065aa


Comments

No comments written yet.

Please login to write comment.