Color Hex Logo

#fd249e Color Hex

#FD249E
(253,36,158)
0 Favorites   0 Comments

Color spaces of #fd249e

RGB 25336158
HSL0.910.980.57
HSV326°86°99°
CMYK 0.000.860.38   0.01
XYZ47.310424.613034.6050
Yxy24.61300.44410.2310
Hunter Lab49.611583.4007-6.6279
CIE-Lab56.696482.9097-11.1479

#fd249e color RGB value is (253,36,158).

#fd249e hex color red value is 253, green value is 36 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fd249e hue: 0.91 , saturation: 0.98 and the lightness value of fd249e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100100 10011110
Octal 375 44 236
Decimal 253 36 158
Hex FD 24 9E

RGB Percentages of Color #fd249e

%56.60
%8.05
%35.35

CMYK Percentages of Color #fd249e

%0
%86
%38
%1

Triadic Colors of #fd249e

#fd249e #9efd24 #249efd

Analogous Colors of #fd249e

#fd249e #fd2432 #f024fd

Monochromatic Colors of #fd249e

#fd249e

Complementary Color

#fd249e #24fd83

#fd249e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd249e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd249e Color CSS Codes

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

#fd249e Text Font Color

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

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


#fd249e Background Color

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

This div background color is #fd249e


#fd249e Border Color

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

This div border color is #fd249e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd249e


Comments

No comments written yet.

Please login to write comment.