Color Hex Logo

#f196b0 Color Hex

#F196B0
(241,150,176)
0 Favorites   0 Comments

Color spaces of #f196b0

RGB 241150176
HSL0.950.760.77
HSV343°38°95°
CMYK 0.000.380.27   0.05
XYZ55.018443.648146.5994
Yxy43.64810.37870.3005
Hunter Lab66.066733.03284.4272
CIE-Lab71.992737.42420.9918

#f196b0 color RGB value is (241,150,176).

#f196b0 hex color red value is 241, green value is 150 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #f196b0 hue: 0.95 , saturation: 0.76 and the lightness value of f196b0 is 0.77.

The process color (four color CMYK) of #f196b0 color hex is 0.00, 0.38, 0.27, 0.05. Web safe color of #f196b0 is #ff9999. Color #f196b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010110 10110000
Octal 361 226 260
Decimal 241 150 176
Hex F1 96 B0

RGB Percentages of Color #f196b0

%42.50
%26.46
%31.04

CMYK Percentages of Color #f196b0

%0
%38
%27
%5

Triadic Colors of #f196b0

#f196b0 #b0f196 #96b0f1

Analogous Colors of #f196b0

#f196b0 #f1aa96 #f196de

Monochromatic Colors of #f196b0

#f196b0

Complementary Color

#f196b0 #96f1d7

#f196b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f196b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f196b0 Color CSS Codes

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

#f196b0 Text Font Color

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

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


#f196b0 Background Color

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

This div background color is #f196b0


#f196b0 Border Color

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

This div border color is #f196b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,150,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f196b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f196b0;
  -webkit-box-shadow: 1px 1px 3px 2px #f196b0;
  box-shadow:         1px 1px 3px 2px #f196b0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,150,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f196b0


Comments

No comments written yet.

Please login to write comment.