Color Hex Logo

#fc299f Color Hex

#FC299F
(252,41,159)
0 Favorites   0 Comments

Color spaces of #fc299f

RGB 25241159
HSL0.910.970.57
HSV326°84°99°
CMYK 0.000.840.37   0.01
XYZ47.195824.784535.0973
Yxy24.78450.44080.2315
Hunter Lab49.784082.0979-6.9501
CIE-Lab56.864881.8634-11.5016

#fc299f color RGB value is (252,41,159).

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

The process color (four color CMYK) of #fc299f color hex is 0.00, 0.84, 0.37, 0.01. Web safe color of #fc299f is #ff3399. Color #fc299f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 10011111
Octal 374 51 237
Decimal 252 41 159
Hex FC 29 9F

RGB Percentages of Color #fc299f

%55.75
%9.07
%35.18

CMYK Percentages of Color #fc299f

%0
%84
%37
%1

Triadic Colors of #fc299f

#fc299f #9ffc29 #299ffc

Analogous Colors of #fc299f

#fc299f #fc2936 #f029fc

Monochromatic Colors of #fc299f

#fc299f

Complementary Color

#fc299f #29fc86

#fc299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc299f Color CSS Codes

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

#fc299f Text Font Color

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

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


#fc299f Background Color

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

This div background color is #fc299f


#fc299f Border Color

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

This div border color is #fc299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc299f

Related Colors


Comments

No comments written yet.

Please login to write comment.