Color Hex Logo

#f195bc Color Hex

#F195BC
(241,149,188)
0 Favorites   0 Comments

Color spaces of #f195bc

RGB 241149188
HSL0.930.770.76
HSV335°38°95°
CMYK 0.000.380.22   0.05
XYZ56.100243.826553.0795
Yxy43.82650.36670.2864
Hunter Lab66.201635.4108-1.1968
CIE-Lab72.112439.6216-5.4872

#f195bc color RGB value is (241,149,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010101 10111100
Octal 361 225 274
Decimal 241 149 188
Hex F1 95 BC

RGB Percentages of Color #f195bc

%41.70
%25.78
%32.53

CMYK Percentages of Color #f195bc

%0
%38
%22
%5

Triadic Colors of #f195bc

#f195bc #bcf195 #95bcf1

Analogous Colors of #f195bc

#f195bc #f19c95 #f195ea

Monochromatic Colors of #f195bc

#f195bc

Complementary Color

#f195bc #95f1ca

#f195bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f195bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f195bc Color CSS Codes

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

#f195bc Text Font Color

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

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


#f195bc Background Color

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

This div background color is #f195bc


#f195bc Border Color

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

This div border color is #f195bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f195bc


Comments

No comments written yet.

Please login to write comment.