Color Hex Logo

#fd216f Color Hex

#FD216F
(253,33,111)
0 Favorites   0 Comments

Color spaces of #fd216f

RGB 25333111
HSL0.940.980.56
HSV339°87°99°
CMYK 0.000.870.56   0.01
XYZ43.921123.118117.1863
Yxy23.11810.52150.2745
Hunter Lab48.081378.913212.4641
CIE-Lab55.193879.688514.6616

#fd216f color RGB value is (253,33,111).

#fd216f hex color red value is 253, green value is 33 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fd216f hue: 0.94 , saturation: 0.98 and the lightness value of fd216f is 0.56.

The process color (four color CMYK) of #fd216f color hex is 0.00, 0.87, 0.56, 0.01. Web safe color of #fd216f is #ff3366. Color #fd216f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100001 01101111
Octal 375 41 157
Decimal 253 33 111
Hex FD 21 6F

RGB Percentages of Color #fd216f

%63.73
%8.31
%27.96

CMYK Percentages of Color #fd216f

%0
%87
%56
%1

Triadic Colors of #fd216f

#fd216f #6ffd21 #216ffd

Analogous Colors of #fd216f

#fd216f #fd4121 #fd21dd

Monochromatic Colors of #fd216f

#fd216f

Complementary Color

#fd216f #21fdaf

#fd216f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd216f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd216f Color CSS Codes

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

#fd216f Text Font Color

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

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


#fd216f Background Color

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

This div background color is #fd216f


#fd216f Border Color

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

This div border color is #fd216f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd216f


Comments

No comments written yet.

Please login to write comment.