Color Hex Logo

#fc6192 Color Hex

#FC6192
(252,97,146)
0 Favorites   0 Comments

Color spaces of #fc6192

RGB 25297146
HSL0.950.960.68
HSV341°62°99°
CMYK 0.000.620.42   0.01
XYZ49.607931.320230.6249
Yxy31.32020.44470.2808
Hunter Lab55.964560.28786.7304
CIE-Lab62.777063.01344.7831

#fc6192 color RGB value is (252,97,146).

#fc6192 hex color red value is 252, green value is 97 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fc6192 hue: 0.95 , saturation: 0.96 and the lightness value of fc6192 is 0.68.

The process color (four color CMYK) of #fc6192 color hex is 0.00, 0.62, 0.42, 0.01. Web safe color of #fc6192 is #ff6699. Color #fc6192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 10010010
Octal 374 141 222
Decimal 252 97 146
Hex FC 61 92

RGB Percentages of Color #fc6192

%50.91
%19.60
%29.49

CMYK Percentages of Color #fc6192

%0
%62
%42
%1

Triadic Colors of #fc6192

#fc6192 #92fc61 #6192fc

Analogous Colors of #fc6192

#fc6192 #fc7e61 #fc61e0

Monochromatic Colors of #fc6192

#fc6192

Complementary Color

#fc6192 #61fccb

#fc6192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6192 Color CSS Codes

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

#fc6192 Text Font Color

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

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


#fc6192 Background Color

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

This div background color is #fc6192


#fc6192 Border Color

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

This div border color is #fc6192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6192


Comments

No comments written yet.

Please login to write comment.