Color Hex Logo

#f196ca Color Hex

#F196CA
(241,150,202)
0 Favorites   0 Comments

Color spaces of #f196ca

RGB 241150202
HSL0.900.760.77
HSV326°38°95°
CMYK 0.000.380.16   0.05
XYZ57.842644.777761.4714
Yxy44.77770.35250.2729
Hunter Lab66.916137.1929-7.6245
CIE-Lab72.745341.1916-12.2889

#f196ca color RGB value is (241,150,202).

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

The process color (four color CMYK) of #f196ca color hex is 0.00, 0.38, 0.16, 0.05. Web safe color of #f196ca is #ff99cc. Color #f196ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010110 11001010
Octal 361 226 312
Decimal 241 150 202
Hex F1 96 CA

RGB Percentages of Color #f196ca

%40.64
%25.30
%34.06

CMYK Percentages of Color #f196ca

%0
%38
%16
%5

Triadic Colors of #f196ca

#f196ca #caf196 #96caf1

Analogous Colors of #f196ca

#f196ca #f1969d #eb96f1

Monochromatic Colors of #f196ca

#f196ca

Complementary Color

#f196ca #96f1bd

#f196ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f196ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f196ca Color CSS Codes

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

#f196ca Text Font Color

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

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


#f196ca Background Color

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

This div background color is #f196ca


#f196ca Border Color

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

This div border color is #f196ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f196ca


Comments

No comments written yet.

Please login to write comment.