Color Hex Logo

#f60aaf Color Hex

#F60AAF
(246,10,175)
0 Favorites   0 Comments

Color spaces of #f60aaf

RGB 24610175
HSL0.880.930.50
HSV318°96°96°
CMYK 0.000.960.29   0.04
XYZ45.852422.905142.5619
Yxy22.90510.41190.2058
Hunter Lab47.859387.2613-19.2259
CIE-Lab54.974586.2187-23.8649

#f60aaf color RGB value is (246,10,175).

#f60aaf hex color red value is 246, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f60aaf hue: 0.88 , saturation: 0.93 and the lightness value of f60aaf is 0.50.

The process color (four color CMYK) of #f60aaf color hex is 0.00, 0.96, 0.29, 0.04. Web safe color of #f60aaf is #ff0099. Color #f60aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001010 10101111
Octal 366 12 257
Decimal 246 10 175
Hex F6 A AF

RGB Percentages of Color #f60aaf

%57.08
%2.32
%40.60

CMYK Percentages of Color #f60aaf

%0
%96
%29
%4

Triadic Colors of #f60aaf

#f60aaf #aff60a #0aaff6

Analogous Colors of #f60aaf

#f60aaf #f60a39 #c70af6

Monochromatic Colors of #f60aaf

#f60aaf

Complementary Color

#f60aaf #0af651

#f60aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60aaf Color CSS Codes

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

#f60aaf Text Font Color

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

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


#f60aaf Background Color

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

This div background color is #f60aaf


#f60aaf Border Color

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

This div border color is #f60aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60aaf


Comments

No comments written yet.

Please login to write comment.