Color Hex Logo

#fc6595 Color Hex

#FC6595
(252,101,149)
0 Favorites   0 Comments

Color spaces of #fc6595

RGB 252101149
HSL0.950.960.69
HSV341°60°99°
CMYK 0.000.600.41   0.01
XYZ50.223432.172731.9967
Yxy32.17270.43900.2812
Hunter Lab56.721058.79056.2588
CIE-Lab63.485461.61824.0764

#fc6595 color RGB value is (252,101,149).

#fc6595 hex color red value is 252, green value is 101 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fc6595 hue: 0.95 , saturation: 0.96 and the lightness value of fc6595 is 0.69.

The process color (four color CMYK) of #fc6595 color hex is 0.00, 0.60, 0.41, 0.01. Web safe color of #fc6595 is #ff6699. Color #fc6595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100101 10010101
Octal 374 145 225
Decimal 252 101 149
Hex FC 65 95

RGB Percentages of Color #fc6595

%50.20
%20.12
%29.68

CMYK Percentages of Color #fc6595

%0
%60
%41
%1

Triadic Colors of #fc6595

#fc6595 #95fc65 #6595fc

Analogous Colors of #fc6595

#fc6595 #fc8165 #fc65e1

Monochromatic Colors of #fc6595

#fc6595

Complementary Color

#fc6595 #65fccc

#fc6595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6595 Color CSS Codes

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

#fc6595 Text Font Color

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

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


#fc6595 Background Color

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

This div background color is #fc6595


#fc6595 Border Color

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

This div border color is #fc6595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6595

Related Colors


Comments

No comments written yet.

Please login to write comment.