Color Hex Logo

#fc194e Color Hex

#FC194E
(252,25,78)
0 Favorites   0 Comments

Color spaces of #fc194e

RGB 2522578
HSL0.960.970.54
HSV346°90°99°
CMYK 0.000.900.69   0.01
XYZ41.867721.94089.2360
Yxy21.94080.57320.3004
Hunter Lab46.841077.576121.0980
CIE-Lab53.964178.868232.7516

#fc194e color RGB value is (252,25,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 01001110
Octal 374 31 116
Decimal 252 25 78
Hex FC 19 4E

RGB Percentages of Color #fc194e

%70.99
%7.04
%21.97

CMYK Percentages of Color #fc194e

%0
%90
%69
%1

Triadic Colors of #fc194e

#fc194e #4efc19 #194efc

Analogous Colors of #fc194e

#fc194e #fc5619 #fc19c0

Monochromatic Colors of #fc194e

#fc194e

Complementary Color

#fc194e #19fcc7

#fc194e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc194e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc194e Color CSS Codes

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

#fc194e Text Font Color

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

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


#fc194e Background Color

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

This div background color is #fc194e


#fc194e Border Color

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

This div border color is #fc194e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc194e


Comments

No comments written yet.

Please login to write comment.