Color Hex Logo

#fc10aa Color Hex

#FC10AA
(252,16,170)
0 Favorites   0 Comments

Color spaces of #fc10aa

RGB 25216170
HSL0.890.980.53
HSV321°94°99°
CMYK 0.000.940.33   0.01
XYZ47.585923.968340.1485
Yxy23.96830.42600.2146
Hunter Lab48.957487.8239-14.3517
CIE-Lab56.056086.4375-19.1822

#fc10aa color RGB value is (252,16,170).

#fc10aa hex color red value is 252, green value is 16 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fc10aa hue: 0.89 , saturation: 0.98 and the lightness value of fc10aa is 0.53.

The process color (four color CMYK) of #fc10aa color hex is 0.00, 0.94, 0.33, 0.01. Web safe color of #fc10aa is #ff0099. Color #fc10aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 10101010
Octal 374 20 252
Decimal 252 16 170
Hex FC 10 AA

RGB Percentages of Color #fc10aa

%57.53
%3.65
%38.81

CMYK Percentages of Color #fc10aa

%0
%94
%33
%1

Triadic Colors of #fc10aa

#fc10aa #aafc10 #10aafc

Analogous Colors of #fc10aa

#fc10aa #fc1034 #d810fc

Monochromatic Colors of #fc10aa

#fc10aa

Complementary Color

#fc10aa #10fc62

#fc10aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc10aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc10aa Color CSS Codes

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

#fc10aa Text Font Color

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

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


#fc10aa Background Color

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

This div background color is #fc10aa


#fc10aa Border Color

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

This div border color is #fc10aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc10aa


Comments

No comments written yet.

Please login to write comment.