Color Hex Logo

#fc0990 Color Hex

#FC0990
(252,9,144)
0 Favorites   0 Comments

Color spaces of #fc0990

RGB 2529144
HSL0.910.980.51
HSV327°96°99°
CMYK 0.000.960.43   0.01
XYZ45.276622.904428.4202
Yxy22.90440.46870.2371
Hunter Lab47.858585.1176-1.7077
CIE-Lab54.973784.5734-5.4476

#fc0990 color RGB value is (252,9,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001001 10010000
Octal 374 11 220
Decimal 252 9 144
Hex FC 9 90

RGB Percentages of Color #fc0990

%62.22
%2.22
%35.56

CMYK Percentages of Color #fc0990

%0
%96
%43
%1

Triadic Colors of #fc0990

#fc0990 #90fc09 #0990fc

Analogous Colors of #fc0990

#fc0990 #fc0917 #ef09fc

Monochromatic Colors of #fc0990

#fc0990

Complementary Color

#fc0990 #09fc75

#fc0990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0990 Color CSS Codes

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

#fc0990 Text Font Color

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

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


#fc0990 Background Color

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

This div background color is #fc0990


#fc0990 Border Color

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

This div border color is #fc0990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0990

Related Colors


Comments

No comments written yet.

Please login to write comment.