Color Hex Logo

#f221d3 Color Hex

#F221D3
(242,33,211)
0 Favorites   0 Comments

Color spaces of #f221d3

RGB 24233211
HSL0.860.890.54
HSV309°86°95°
CMYK 0.000.860.13   0.05
XYZ48.919724.668163.8111
Yxy24.66810.35600.1795
Hunter Lab49.667088.8970-41.4076
CIE-Lab56.750687.1190-41.9371

#f221d3 color RGB value is (242,33,211).

#f221d3 hex color red value is 242, green value is 33 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #f221d3 hue: 0.86 , saturation: 0.89 and the lightness value of f221d3 is 0.54.

The process color (four color CMYK) of #f221d3 color hex is 0.00, 0.86, 0.13, 0.05. Web safe color of #f221d3 is #ff33cc. Color #f221d3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100001 11010011
Octal 362 41 323
Decimal 242 33 211
Hex F2 21 D3

RGB Percentages of Color #f221d3

%49.79
%6.79
%43.42

CMYK Percentages of Color #f221d3

%0
%86
%13
%5

Triadic Colors of #f221d3

#f221d3 #d3f221 #21d3f2

Analogous Colors of #f221d3

#f221d3 #f2216b #a921f2

Monochromatic Colors of #f221d3

#f221d3

Complementary Color

#f221d3 #21f240

#f221d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f221d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f221d3 Color CSS Codes

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

#f221d3 Text Font Color

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

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


#f221d3 Background Color

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

This div background color is #f221d3


#f221d3 Border Color

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

This div border color is #f221d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f221d3


Comments

No comments written yet.

Please login to write comment.