Color Hex Logo

#fc249d Color Hex

#FC249D
(252,36,157)
0 Favorites   0 Comments

Color spaces of #fc249d

RGB 25236157
HSL0.910.970.56
HSV326°86°99°
CMYK 0.000.860.38   0.01
XYZ46.861624.391534.1364
Yxy24.39150.44470.2314
Hunter Lab49.387882.9413-6.4093
CIE-Lab56.477782.5955-10.9061

#fc249d color RGB value is (252,36,157).

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

The process color (four color CMYK) of #fc249d color hex is 0.00, 0.86, 0.38, 0.01. Web safe color of #fc249d is #ff3399. Color #fc249d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100100 10011101
Octal 374 44 235
Decimal 252 36 157
Hex FC 24 9D

RGB Percentages of Color #fc249d

%56.63
%8.09
%35.28

CMYK Percentages of Color #fc249d

%0
%86
%38
%1

Triadic Colors of #fc249d

#fc249d #9dfc24 #249dfc

Analogous Colors of #fc249d

#fc249d #fc2431 #ef24fc

Monochromatic Colors of #fc249d

#fc249d

Complementary Color

#fc249d #24fc83

#fc249d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc249d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc249d Color CSS Codes

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

#fc249d Text Font Color

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

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


#fc249d Background Color

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

This div background color is #fc249d


#fc249d Border Color

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

This div border color is #fc249d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc249d

Related Colors


Comments

No comments written yet.

Please login to write comment.