Color Hex Logo

#f195c5 Color Hex

#F195C5
(241,149,197)
0 Favorites   0 Comments

Color spaces of #f195c5

RGB 241149197
HSL0.910.770.76
HSV329°38°95°
CMYK 0.000.380.18   0.05
XYZ57.101144.226958.3504
Yxy44.22690.35760.2770
Hunter Lab66.503336.8830-5.4691
CIE-Lab72.379940.9481-10.0727

#f195c5 color RGB value is (241,149,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010101 11000101
Octal 361 225 305
Decimal 241 149 197
Hex F1 95 C5

RGB Percentages of Color #f195c5

%41.06
%25.38
%33.56

CMYK Percentages of Color #f195c5

%0
%38
%18
%5

Triadic Colors of #f195c5

#f195c5 #c5f195 #95c5f1

Analogous Colors of #f195c5

#f195c5 #f19597 #ef95f1

Monochromatic Colors of #f195c5

#f195c5

Complementary Color

#f195c5 #95f1c1

#f195c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f195c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f195c5 Color CSS Codes

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

#f195c5 Text Font Color

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

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


#f195c5 Background Color

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

This div background color is #f195c5


#f195c5 Border Color

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

This div border color is #f195c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f195c5


Comments

No comments written yet.

Please login to write comment.