Color Hex Logo

#f29fc2 Color Hex

#F29FC2
(242,159,194)
0 Favorites   0 Comments

Color spaces of #f29fc2

RGB 242159194
HSL0.930.760.79
HSV335°34°95°
CMYK 0.000.340.20   0.05
XYZ58.753747.568657.1239
Yxy47.56860.35950.2910
Hunter Lab68.970031.3619-0.8275
CIE-Lab74.552035.6170-5.1814

#f29fc2 color RGB value is (242,159,194).

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

The process color (four color CMYK) of #f29fc2 color hex is 0.00, 0.34, 0.20, 0.05. Web safe color of #f29fc2 is #ff99cc. Color #f29fc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011111 11000010
Octal 362 237 302
Decimal 242 159 194
Hex F2 9F C2

RGB Percentages of Color #f29fc2

%40.67
%26.72
%32.61

CMYK Percentages of Color #f29fc2

%0
%34
%20
%5

Triadic Colors of #f29fc2

#f29fc2 #c2f29f #9fc2f2

Analogous Colors of #f29fc2

#f29fc2 #f2a69f #f29fec

Monochromatic Colors of #f29fc2

#f29fc2

Complementary Color

#f29fc2 #9ff2cf

#f29fc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29fc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29fc2 Color CSS Codes

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

#f29fc2 Text Font Color

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

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


#f29fc2 Background Color

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

This div background color is #f29fc2


#f29fc2 Border Color

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

This div border color is #f29fc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29fc2


Comments

No comments written yet.

Please login to write comment.