Color Hex Logo

#fc619e Color Hex

#FC619E
(252,97,158)
0 Favorites   0 Comments

Color spaces of #fc619e

RGB 25297158
HSL0.930.960.68
HSV336°62°99°
CMYK 0.000.620.37   0.01
XYZ50.591131.713535.8026
Yxy31.71350.42830.2685
Hunter Lab56.314761.80711.7262
CIE-Lab63.105464.2401-1.6545

#fc619e color RGB value is (252,97,158).

#fc619e hex color red value is 252, green value is 97 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fc619e hue: 0.93 , saturation: 0.96 and the lightness value of fc619e is 0.68.

The process color (four color CMYK) of #fc619e color hex is 0.00, 0.62, 0.37, 0.01. Web safe color of #fc619e is #ff6699. Color #fc619e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 10011110
Octal 374 141 236
Decimal 252 97 158
Hex FC 61 9E

RGB Percentages of Color #fc619e

%49.70
%19.13
%31.16

CMYK Percentages of Color #fc619e

%0
%62
%37
%1

Triadic Colors of #fc619e

#fc619e #9efc61 #619efc

Analogous Colors of #fc619e

#fc619e #fc7261 #fc61ec

Monochromatic Colors of #fc619e

#fc619e

Complementary Color

#fc619e #61fcbf

#fc619e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc619e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc619e Color CSS Codes

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

#fc619e Text Font Color

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

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


#fc619e Background Color

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

This div background color is #fc619e


#fc619e Border Color

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

This div border color is #fc619e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc619e

Related Colors


Comments

No comments written yet.

Please login to write comment.