Color Hex Logo

#f921bd Color Hex

#F921BD
(249,33,189)
0 Favorites   0 Comments

Color spaces of #f921bd

RGB 24933189
HSL0.880.950.55
HSV317°87°98°
CMYK 0.000.870.24   0.02
XYZ48.796124.901650.3788
Yxy24.90160.39330.2007
Hunter Lab49.901587.2183-24.9260
CIE-Lab56.979485.7950-28.8623

#f921bd color RGB value is (249,33,189).

#f921bd hex color red value is 249, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f921bd hue: 0.88 , saturation: 0.95 and the lightness value of f921bd is 0.55.

The process color (four color CMYK) of #f921bd color hex is 0.00, 0.87, 0.24, 0.02. Web safe color of #f921bd is #ff33cc. Color #f921bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100001 10111101
Octal 371 41 275
Decimal 249 33 189
Hex F9 21 BD

RGB Percentages of Color #f921bd

%52.87
%7.01
%40.13

CMYK Percentages of Color #f921bd

%0
%87
%24
%2

Triadic Colors of #f921bd

#f921bd #bdf921 #21bdf9

Analogous Colors of #f921bd

#f921bd #f92151 #c921f9

Monochromatic Colors of #f921bd

#f921bd

Complementary Color

#f921bd #21f95d

#f921bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f921bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f921bd Color CSS Codes

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

#f921bd Text Font Color

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

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


#f921bd Background Color

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

This div background color is #f921bd


#f921bd Border Color

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

This div border color is #f921bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f921bd


Comments

No comments written yet.

Please login to write comment.