Color Hex Logo

#f063aa Color Hex

#F063AA
(240,99,170)
0 Favorites   0 Comments

Color spaces of #f063aa

RGB 24099170
HSL0.920.820.66
HSV330°59°94°
CMYK 0.000.590.29   0.06
XYZ47.652730.351241.3770
Yxy30.35120.39920.2542
Hunter Lab55.091957.9858-5.9656
CIE-Lab61.956161.1920-10.4578

#f063aa color RGB value is (240,99,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100011 10101010
Octal 360 143 252
Decimal 240 99 170
Hex F0 63 AA

RGB Percentages of Color #f063aa

%47.15
%19.45
%33.40

CMYK Percentages of Color #f063aa

%0
%59
%29
%6

Triadic Colors of #f063aa

#f063aa #aaf063 #63aaf0

Analogous Colors of #f063aa

#f063aa #f06363 #f063f0

Monochromatic Colors of #f063aa

#f063aa

Complementary Color

#f063aa #63f0a9

#f063aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f063aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f063aa Color CSS Codes

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

#f063aa Text Font Color

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

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


#f063aa Background Color

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

This div background color is #f063aa


#f063aa Border Color

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

This div border color is #f063aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f063aa


Comments

No comments written yet.

Please login to write comment.