Color Hex Logo

#f291aa Color Hex

#F291AA
(242,145,170)
0 Favorites   0 Comments

Color spaces of #f291aa

RGB 242145170
HSL0.960.790.76
HSV345°40°95°
CMYK 0.000.400.30   0.05
XYZ53.999042.030343.2968
Yxy42.03030.38760.3017
Hunter Lab64.830835.22285.7851
CIE-Lab70.891839.57962.7419

#f291aa color RGB value is (242,145,170).

#f291aa hex color red value is 242, green value is 145 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f291aa hue: 0.96 , saturation: 0.79 and the lightness value of f291aa is 0.76.

The process color (four color CMYK) of #f291aa color hex is 0.00, 0.40, 0.30, 0.05. Web safe color of #f291aa is #ff9999. Color #f291aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010001 10101010
Octal 362 221 252
Decimal 242 145 170
Hex F2 91 AA

RGB Percentages of Color #f291aa

%43.45
%26.03
%30.52

CMYK Percentages of Color #f291aa

%0
%40
%30
%5

Triadic Colors of #f291aa

#f291aa #aaf291 #91aaf2

Analogous Colors of #f291aa

#f291aa #f2a991 #f291db

Monochromatic Colors of #f291aa

#f291aa

Complementary Color

#f291aa #91f2d9

#f291aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f291aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f291aa Color CSS Codes

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

#f291aa Text Font Color

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

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


#f291aa Background Color

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

This div background color is #f291aa


#f291aa Border Color

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

This div border color is #f291aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f291aa


Comments

No comments written yet.

Please login to write comment.