Color Hex Logo

#f209aa Color Hex

#F209AA
(242,9,170)
0 Favorites   0 Comments

Color spaces of #f209aa

RGB 2429170
HSL0.880.930.49
HSV319°96°95°
CMYK 0.000.960.30   0.05
XYZ43.971321.974939.9542
Yxy21.97490.41520.2075
Hunter Lab46.877485.3987-17.7194
CIE-Lab54.000484.9798-22.4947

#f209aa color RGB value is (242,9,170).

#f209aa hex color red value is 242, green value is 9 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f209aa hue: 0.88 , saturation: 0.93 and the lightness value of f209aa is 0.49.

The process color (four color CMYK) of #f209aa color hex is 0.00, 0.96, 0.30, 0.05. Web safe color of #f209aa is #ff0099. Color #f209aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001001 10101010
Octal 362 11 252
Decimal 242 9 170
Hex F2 9 AA

RGB Percentages of Color #f209aa

%57.48
%2.14
%40.38

CMYK Percentages of Color #f209aa

%0
%96
%30
%5

Triadic Colors of #f209aa

#f209aa #aaf209 #09aaf2

Analogous Colors of #f209aa

#f209aa #f20935 #c609f2

Monochromatic Colors of #f209aa

#f209aa

Complementary Color

#f209aa #09f251

#f209aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f209aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f209aa Color CSS Codes

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

#f209aa Text Font Color

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

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


#f209aa Background Color

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

This div background color is #f209aa


#f209aa Border Color

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

This div border color is #f209aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f209aa


Comments

No comments written yet.

Please login to write comment.