Color Hex Logo

#f196ea Color Hex

#F196EA
(241,150,234)
0 Favorites   0 Comments

Color spaces of #f196ea

RGB 241150234
HSL0.850.760.77
HSV305°38°95°
CMYK 0.000.380.03   0.05
XYZ62.033346.454083.5389
Yxy46.45400.32300.2419
Hunter Lab68.157243.1869-24.9606
CIE-Lab73.839246.4716-28.1984

#f196ea color RGB value is (241,150,234).

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

The process color (four color CMYK) of #f196ea color hex is 0.00, 0.38, 0.03, 0.05. Web safe color of #f196ea is #ff99ff. Color #f196ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010110 11101010
Octal 361 226 352
Decimal 241 150 234
Hex F1 96 EA

RGB Percentages of Color #f196ea

%38.56
%24.00
%37.44

CMYK Percentages of Color #f196ea

%0
%38
%3
%5

Triadic Colors of #f196ea

#f196ea #eaf196 #96eaf1

Analogous Colors of #f196ea

#f196ea #f196bd #cb96f1

Monochromatic Colors of #f196ea

#f196ea

Complementary Color

#f196ea #96f19d

#f196ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f196ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f196ea Color CSS Codes

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

#f196ea Text Font Color

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

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


#f196ea Background Color

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

This div background color is #f196ea


#f196ea Border Color

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

This div border color is #f196ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f196ea


Comments

No comments written yet.

Please login to write comment.