Color Hex Logo

#f216db Color Hex

#F216DB
(242,22,219)
0 Favorites   0 Comments

Color spaces of #f216db

RGB 24222219
HSL0.850.890.52
HSV306°91°95°
CMYK 0.000.910.10   0.05
XYZ49.691024.565569.1404
Yxy24.56550.34650.1713
Hunter Lab49.563692.2225-48.0141
CIE-Lab56.649689.6493-46.6466

#f216db color RGB value is (242,22,219).

#f216db hex color red value is 242, green value is 22 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f216db hue: 0.85 , saturation: 0.89 and the lightness value of f216db is 0.52.

The process color (four color CMYK) of #f216db color hex is 0.00, 0.91, 0.10, 0.05. Web safe color of #f216db is #ff00cc. Color #f216db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010110 11011011
Octal 362 26 333
Decimal 242 22 219
Hex F2 16 DB

RGB Percentages of Color #f216db

%50.10
%4.55
%45.34

CMYK Percentages of Color #f216db

%0
%91
%10
%5

Triadic Colors of #f216db

#f216db #dbf216 #16dbf2

Analogous Colors of #f216db

#f216db #f2166d #9b16f2

Monochromatic Colors of #f216db

#f216db

Complementary Color

#f216db #16f22d

#f216db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f216db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f216db Color CSS Codes

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

#f216db Text Font Color

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

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


#f216db Background Color

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

This div background color is #f216db


#f216db Border Color

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

This div border color is #f216db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,22,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f216db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f216db;
  -webkit-box-shadow: 1px 1px 3px 2px #f216db;
  box-shadow:         1px 1px 3px 2px #f216db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,22,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f216db


Comments

No comments written yet.

Please login to write comment.