Color Hex Logo

#f290ab Color Hex

#F290AB
(242,144,171)
0 Favorites   0 Comments

Color spaces of #f290ab

RGB 242144171
HSL0.950.790.76
HSV343°40°95°
CMYK 0.000.400.29   0.05
XYZ53.941941.764043.7463
Yxy41.76400.38680.2995
Hunter Lab64.625135.89835.1027
CIE-Lab70.707940.22631.9177

#f290ab color RGB value is (242,144,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010000 10101011
Octal 362 220 253
Decimal 242 144 171
Hex F2 90 AB

RGB Percentages of Color #f290ab

%43.45
%25.85
%30.70

CMYK Percentages of Color #f290ab

%0
%40
%29
%5

Triadic Colors of #f290ab

#f290ab #abf290 #90abf2

Analogous Colors of #f290ab

#f290ab #f2a690 #f290dc

Monochromatic Colors of #f290ab

#f290ab

Complementary Color

#f290ab #90f2d7

#f290ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f290ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f290ab Color CSS Codes

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

#f290ab Text Font Color

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

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


#f290ab Background Color

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

This div background color is #f290ab


#f290ab Border Color

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

This div border color is #f290ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,144,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f290ab


Comments

No comments written yet.

Please login to write comment.