Color Hex Logo

#fc298e Color Hex

#FC298E
(252,41,142)
0 Favorites   0 Comments

Color spaces of #fc298e

RGB 25241142
HSL0.920.970.57
HSV331°84°99°
CMYK 0.000.840.44   0.01
XYZ45.820324.234327.8539
Yxy24.23430.46800.2475
Hunter Lab49.228379.99300.9130
CIE-Lab56.321680.3204-2.2690

#fc298e color RGB value is (252,41,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 10001110
Octal 374 51 216
Decimal 252 41 142
Hex FC 29 8E

RGB Percentages of Color #fc298e

%57.93
%9.43
%32.64

CMYK Percentages of Color #fc298e

%0
%84
%44
%1

Triadic Colors of #fc298e

#fc298e #8efc29 #298efc

Analogous Colors of #fc298e

#fc298e #fc2e29 #fc29f8

Monochromatic Colors of #fc298e

#fc298e

Complementary Color

#fc298e #29fc97

#fc298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc298e Color CSS Codes

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

#fc298e Text Font Color

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

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


#fc298e Background Color

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

This div background color is #fc298e


#fc298e Border Color

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

This div border color is #fc298e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc298e


Comments

No comments written yet.

Please login to write comment.