Color Hex Logo

#fc197c Color Hex

#FC197C
(252,25,124)
0 Favorites   0 Comments

Color spaces of #fc197c

RGB 25225124
HSL0.930.970.54
HSV334°90°99°
CMYK 0.000.900.51   0.01
XYZ44.130622.845921.1525
Yxy22.84590.50080.2592
Hunter Lab47.797481.16097.2197
CIE-Lab54.913381.51136.4317

#fc197c color RGB value is (252,25,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 01111100
Octal 374 31 174
Decimal 252 25 124
Hex FC 19 7C

RGB Percentages of Color #fc197c

%62.84
%6.23
%30.92

CMYK Percentages of Color #fc197c

%0
%90
%51
%1

Triadic Colors of #fc197c

#fc197c #7cfc19 #197cfc

Analogous Colors of #fc197c

#fc197c #fc2719 #fc19ee

Monochromatic Colors of #fc197c

#fc197c

Complementary Color

#fc197c #19fc99

#fc197c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc197c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc197c Color CSS Codes

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

#fc197c Text Font Color

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

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


#fc197c Background Color

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

This div background color is #fc197c


#fc197c Border Color

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

This div border color is #fc197c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc197c

Related Colors


Comments

No comments written yet.

Please login to write comment.