Color Hex Logo

#f288aa Color Hex

#F288AA
(242,136,170)
0 Favorites   0 Comments

Color spaces of #f288aa

RGB 242136170
HSL0.950.800.74
HSV341°44°95°
CMYK 0.000.440.30   0.05
XYZ52.677839.387842.8564
Yxy39.38780.39040.2919
Hunter Lab62.759739.99583.4447
CIE-Lab69.031344.19390.0344

#f288aa color RGB value is (242,136,170).

#f288aa hex color red value is 242, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f288aa hue: 0.95 , saturation: 0.80 and the lightness value of f288aa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001000 10101010
Octal 362 210 252
Decimal 242 136 170
Hex F2 88 AA

RGB Percentages of Color #f288aa

%44.16
%24.82
%31.02

CMYK Percentages of Color #f288aa

%0
%44
%30
%5

Triadic Colors of #f288aa

#f288aa #aaf288 #88aaf2

Analogous Colors of #f288aa

#f288aa #f29b88 #f288df

Monochromatic Colors of #f288aa

#f288aa

Complementary Color

#f288aa #88f2d0

#f288aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f288aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f288aa Color CSS Codes

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

#f288aa Text Font Color

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

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


#f288aa Background Color

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

This div background color is #f288aa


#f288aa Border Color

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

This div border color is #f288aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f288aa


Comments

No comments written yet.

Please login to write comment.