Color Hex Logo

#f661aa Color Hex

#F661AA
(246,97,170)
0 Favorites   0 Comments

Color spaces of #f661aa

RGB 24697170
HSL0.920.890.67
HSV331°61°96°
CMYK 0.000.610.31   0.04
XYZ49.536431.044541.4115
Yxy31.04450.40610.2545
Hunter Lab55.717661.1918-5.0643
CIE-Lab62.545263.8191-9.4824

#f661aa color RGB value is (246,97,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100001 10101010
Octal 366 141 252
Decimal 246 97 170
Hex F6 61 AA

RGB Percentages of Color #f661aa

%47.95
%18.91
%33.14

CMYK Percentages of Color #f661aa

%0
%61
%31
%4

Triadic Colors of #f661aa

#f661aa #aaf661 #61aaf6

Analogous Colors of #f661aa

#f661aa #f66361 #f661f5

Monochromatic Colors of #f661aa

#f661aa

Complementary Color

#f661aa #61f6ad

#f661aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f661aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f661aa Color CSS Codes

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

#f661aa Text Font Color

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

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


#f661aa Background Color

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

This div background color is #f661aa


#f661aa Border Color

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

This div border color is #f661aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f661aa

Related Colors


Comments

No comments written yet.

Please login to write comment.