Color Hex Logo

#f61aac Color Hex

#F61AAC
(246,26,172)
0 Favorites   0 Comments

Color spaces of #f61aac

RGB 24626172
HSL0.890.920.53
HSV320°89°96°
CMYK 0.000.890.30   0.04
XYZ45.821823.310241.1140
Yxy23.31020.41560.2114
Hunter Lab48.280684.9182-16.6927
CIE-Lab55.390484.3385-21.4703

#f61aac color RGB value is (246,26,172).

#f61aac hex color red value is 246, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f61aac hue: 0.89 , saturation: 0.92 and the lightness value of f61aac is 0.53.

The process color (four color CMYK) of #f61aac color hex is 0.00, 0.89, 0.30, 0.04. Web safe color of #f61aac is #ff3399. Color #f61aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00011010 10101100
Octal 366 32 254
Decimal 246 26 172
Hex F6 1A AC

RGB Percentages of Color #f61aac

%55.41
%5.86
%38.74

CMYK Percentages of Color #f61aac

%0
%89
%30
%4

Triadic Colors of #f61aac

#f61aac #acf61a #1aacf6

Analogous Colors of #f61aac

#f61aac #f61a3e #d21af6

Monochromatic Colors of #f61aac

#f61aac

Complementary Color

#f61aac #1af664

#f61aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61aac Color CSS Codes

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

#f61aac Text Font Color

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

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


#f61aac Background Color

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

This div background color is #f61aac


#f61aac Border Color

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

This div border color is #f61aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61aac


Comments

No comments written yet.

Please login to write comment.