Color Hex Logo

#fc194f Color Hex

#FC194F
(252,25,79)
0 Favorites   0 Comments

Color spaces of #fc194f

RGB 2522579
HSL0.960.970.54
HSV346°90°99°
CMYK 0.000.900.69   0.01
XYZ41.903821.95529.4263
Yxy21.95520.57180.2996
Hunter Lab46.856477.634420.8718
CIE-Lab53.979478.911532.1786

#fc194f color RGB value is (252,25,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 01001111
Octal 374 31 117
Decimal 252 25 79
Hex FC 19 4F

RGB Percentages of Color #fc194f

%70.79
%7.02
%22.19

CMYK Percentages of Color #fc194f

%0
%90
%69
%1

Triadic Colors of #fc194f

#fc194f #4ffc19 #194ffc

Analogous Colors of #fc194f

#fc194f #fc5519 #fc19c1

Monochromatic Colors of #fc194f

#fc194f

Complementary Color

#fc194f #19fcc6

#fc194f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc194f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc194f Color CSS Codes

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

#fc194f Text Font Color

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

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


#fc194f Background Color

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

This div background color is #fc194f


#fc194f Border Color

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

This div border color is #fc194f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc194f


Comments

No comments written yet.

Please login to write comment.