Color Hex Logo

#fc41aa Color Hex

#FC41AA
(252,65,170)
0 Favorites   0 Comments

Color spaces of #fc41aa

RGB 25265170
HSL0.910.970.62
HSV326°74°99°
CMYK 0.000.740.33   0.01
XYZ49.290927.378340.7168
Yxy27.37830.41990.2332
Hunter Lab52.324376.5844-9.5103
CIE-Lab59.322977.0426-14.2232

#fc41aa color RGB value is (252,65,170).

#fc41aa hex color red value is 252, green value is 65 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fc41aa hue: 0.91 , saturation: 0.97 and the lightness value of fc41aa is 0.62.

The process color (four color CMYK) of #fc41aa color hex is 0.00, 0.74, 0.33, 0.01. Web safe color of #fc41aa is #ff3399. Color #fc41aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 10101010
Octal 374 101 252
Decimal 252 65 170
Hex FC 41 AA

RGB Percentages of Color #fc41aa

%51.75
%13.35
%34.91

CMYK Percentages of Color #fc41aa

%0
%74
%33
%1

Triadic Colors of #fc41aa

#fc41aa #aafc41 #41aafc

Analogous Colors of #fc41aa

#fc41aa #fc414c #f141fc

Monochromatic Colors of #fc41aa

#fc41aa

Complementary Color

#fc41aa #41fc93

#fc41aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc41aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc41aa Color CSS Codes

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

#fc41aa Text Font Color

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

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


#fc41aa Background Color

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

This div background color is #fc41aa


#fc41aa Border Color

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

This div border color is #fc41aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,65,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 #fc41aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc41aa


Comments

No comments written yet.

Please login to write comment.