Color Hex Logo

#f395cc Color Hex

#F395CC
(243,149,204)
0 Favorites   0 Comments

Color spaces of #f395cc

RGB 243149204
HSL0.900.800.77
HSV325°39°95°
CMYK 0.000.390.16   0.05
XYZ58.608744.909262.7061
Yxy44.90920.35260.2702
Hunter Lab67.014338.8356-8.5683
CIE-Lab72.832142.6799-13.2387

#f395cc color RGB value is (243,149,204).

#f395cc hex color red value is 243, green value is 149 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f395cc hue: 0.90 , saturation: 0.80 and the lightness value of f395cc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010101 11001100
Octal 363 225 314
Decimal 243 149 204
Hex F3 95 CC

RGB Percentages of Color #f395cc

%40.77
%25.00
%34.23

CMYK Percentages of Color #f395cc

%0
%39
%16
%5

Triadic Colors of #f395cc

#f395cc #ccf395 #95ccf3

Analogous Colors of #f395cc

#f395cc #f3959d #eb95f3

Monochromatic Colors of #f395cc

#f395cc

Complementary Color

#f395cc #95f3bc

#f395cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f395cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f395cc Color CSS Codes

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

#f395cc Text Font Color

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

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


#f395cc Background Color

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

This div background color is #f395cc


#f395cc Border Color

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

This div border color is #f395cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f395cc


Comments

No comments written yet.

Please login to write comment.