Color Hex Logo

#fc197d Color Hex

#FC197D
(252,25,125)
0 Favorites   0 Comments

Color spaces of #fc197d

RGB 25225125
HSL0.930.970.54
HSV334°90°99°
CMYK 0.000.900.50   0.01
XYZ44.194222.871421.4874
Yxy22.87140.49910.2583
Hunter Lab47.824181.25976.8378
CIE-Lab54.939681.58355.8691

#fc197d color RGB value is (252,25,125).

#fc197d hex color red value is 252, green value is 25 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fc197d hue: 0.93 , saturation: 0.97 and the lightness value of fc197d is 0.54.

The process color (four color CMYK) of #fc197d color hex is 0.00, 0.90, 0.50, 0.01. Web safe color of #fc197d is #ff0066. Color #fc197d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 01111101
Octal 374 31 175
Decimal 252 25 125
Hex FC 19 7D

RGB Percentages of Color #fc197d

%62.69
%6.22
%31.09

CMYK Percentages of Color #fc197d

%0
%90
%50
%1

Triadic Colors of #fc197d

#fc197d #7dfc19 #197dfc

Analogous Colors of #fc197d

#fc197d #fc2719 #fc19ef

Monochromatic Colors of #fc197d

#fc197d

Complementary Color

#fc197d #19fc98

#fc197d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc197d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc197d Color CSS Codes

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

#fc197d Text Font Color

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

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


#fc197d Background Color

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

This div background color is #fc197d


#fc197d Border Color

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

This div border color is #fc197d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc197d


Comments

No comments written yet.

Please login to write comment.