Color Hex Logo

#fc099e Color Hex

#FC099E
(252,9,158)
0 Favorites   0 Comments

Color spaces of #fc099e

RGB 2529158
HSL0.900.980.51
HSV323°96°99°
CMYK 0.000.960.37   0.01
XYZ46.414123.359434.4103
Yxy23.35940.44550.2242
Hunter Lab48.331686.8381-8.3802
CIE-Lab55.440685.8042-13.0565

#fc099e color RGB value is (252,9,158).

#fc099e hex color red value is 252, green value is 9 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fc099e hue: 0.90 , saturation: 0.98 and the lightness value of fc099e is 0.51.

The process color (four color CMYK) of #fc099e color hex is 0.00, 0.96, 0.37, 0.01. Web safe color of #fc099e is #ff0099. Color #fc099e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001001 10011110
Octal 374 11 236
Decimal 252 9 158
Hex FC 9 9E

RGB Percentages of Color #fc099e

%60.14
%2.15
%37.71

CMYK Percentages of Color #fc099e

%0
%96
%37
%1

Triadic Colors of #fc099e

#fc099e #9efc09 #099efc

Analogous Colors of #fc099e

#fc099e #fc0924 #e109fc

Monochromatic Colors of #fc099e

#fc099e

Complementary Color

#fc099e #09fc67

#fc099e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc099e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc099e Color CSS Codes

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

#fc099e Text Font Color

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

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


#fc099e Background Color

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

This div background color is #fc099e


#fc099e Border Color

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

This div border color is #fc099e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc099e


Comments

No comments written yet.

Please login to write comment.