Color Hex Logo

#f196af Color Hex

#F196AF
(241,150,175)
0 Favorites   0 Comments

Color spaces of #f196af

RGB 241150175
HSL0.950.760.77
HSV344°38°95°
CMYK 0.000.380.27   0.05
XYZ54.919843.608646.0802
Yxy43.60860.37980.3016
Hunter Lab66.036832.88594.8535
CIE-Lab71.966137.28961.5078

#f196af color RGB value is (241,150,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010110 10101111
Octal 361 226 257
Decimal 241 150 175
Hex F1 96 AF

RGB Percentages of Color #f196af

%42.58
%26.50
%30.92

CMYK Percentages of Color #f196af

%0
%38
%27
%5

Triadic Colors of #f196af

#f196af #aff196 #96aff1

Analogous Colors of #f196af

#f196af #f1ab96 #f196dd

Monochromatic Colors of #f196af

#f196af

Complementary Color

#f196af #96f1d8

#f196af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f196af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f196af Color CSS Codes

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

#f196af Text Font Color

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

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


#f196af Background Color

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

This div background color is #f196af


#f196af Border Color

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

This div border color is #f196af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f196af


Comments

No comments written yet.

Please login to write comment.