Color Hex Logo

#fc197f Color Hex

#FC197F
(252,25,127)
0 Favorites   0 Comments

Color spaces of #fc197f

RGB 25225127
HSL0.930.970.54
HSV333°90°99°
CMYK 0.000.900.50   0.01
XYZ44.323322.923022.1672
Yxy22.92300.49570.2564
Hunter Lab47.878081.46096.0637
CIE-Lab54.992981.73064.7457

#fc197f color RGB value is (252,25,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 01111111
Octal 374 31 177
Decimal 252 25 127
Hex FC 19 7F

RGB Percentages of Color #fc197f

%62.38
%6.19
%31.44

CMYK Percentages of Color #fc197f

%0
%90
%50
%1

Triadic Colors of #fc197f

#fc197f #7ffc19 #197ffc

Analogous Colors of #fc197f

#fc197f #fc2519 #fc19f1

Monochromatic Colors of #fc197f

#fc197f

Complementary Color

#fc197f #19fc96

#fc197f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc197f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc197f Color CSS Codes

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

#fc197f Text Font Color

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

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


#fc197f Background Color

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

This div background color is #fc197f


#fc197f Border Color

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

This div border color is #fc197f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc197f

Related Colors


Comments

No comments written yet.

Please login to write comment.