Color Hex Logo

#f288a1 Color Hex

#F288A1
(242,136,161)
0 Favorites   0 Comments

Color spaces of #f288a1

RGB 242136161
HSL0.960.800.74
HSV346°44°95°
CMYK 0.000.440.33   0.05
XYZ51.855139.058838.5242
Yxy39.05880.40060.3018
Hunter Lab62.497038.73547.2006
CIE-Lab68.793843.06794.7403

#f288a1 color RGB value is (242,136,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001000 10100001
Octal 362 210 241
Decimal 242 136 161
Hex F2 88 A1

RGB Percentages of Color #f288a1

%44.90
%25.23
%29.87

CMYK Percentages of Color #f288a1

%0
%44
%33
%5

Triadic Colors of #f288a1

#f288a1 #a1f288 #88a1f2

Analogous Colors of #f288a1

#f288a1 #f2a488 #f288d6

Monochromatic Colors of #f288a1

#f288a1

Complementary Color

#f288a1 #88f2d9

#f288a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f288a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f288a1 Color CSS Codes

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

#f288a1 Text Font Color

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

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


#f288a1 Background Color

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

This div background color is #f288a1


#f288a1 Border Color

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

This div border color is #f288a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f288a1


Comments

No comments written yet.

Please login to write comment.