Color Hex Logo

#fc195b Color Hex

#FC195B
(252,25,91)
0 Favorites   0 Comments

Color spaces of #fc195b

RGB 2522591
HSL0.950.970.54
HSV343°90°99°
CMYK 0.000.900.64   0.01
XYZ42.380822.146011.9384
Yxy22.14600.55420.2896
Hunter Lab47.059578.399017.9006
CIE-Lab54.181679.478825.2777

#fc195b color RGB value is (252,25,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 01011011
Octal 374 31 133
Decimal 252 25 91
Hex FC 19 5B

RGB Percentages of Color #fc195b

%68.48
%6.79
%24.73

CMYK Percentages of Color #fc195b

%0
%90
%64
%1

Triadic Colors of #fc195b

#fc195b #5bfc19 #195bfc

Analogous Colors of #fc195b

#fc195b #fc4919 #fc19cd

Monochromatic Colors of #fc195b

#fc195b

Complementary Color

#fc195b #19fcba

#fc195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc195b Color CSS Codes

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

#fc195b Text Font Color

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

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


#fc195b Background Color

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

This div background color is #fc195b


#fc195b Border Color

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

This div border color is #fc195b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc195b

Related Colors


Comments

No comments written yet.

Please login to write comment.