Color Hex Logo

#f225bd Color Hex

#F225BD
(242,37,189)
0 Favorites   0 Comments

Color spaces of #f225bd

RGB 24237189
HSL0.880.890.55
HSV316°85°95°
CMYK 0.000.850.22   0.05
XYZ46.464823.874550.3034
Yxy23.87450.38510.1979
Hunter Lab48.861584.2366-26.8365
CIE-Lab55.961983.7005-30.5394

#f225bd color RGB value is (242,37,189).

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

The process color (four color CMYK) of #f225bd color hex is 0.00, 0.85, 0.22, 0.05. Web safe color of #f225bd is #ff33cc. Color #f225bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100101 10111101
Octal 362 45 275
Decimal 242 37 189
Hex F2 25 BD

RGB Percentages of Color #f225bd

%51.71
%7.91
%40.38

CMYK Percentages of Color #f225bd

%0
%85
%22
%5

Triadic Colors of #f225bd

#f225bd #bdf225 #25bdf2

Analogous Colors of #f225bd

#f225bd #f22556 #c125f2

Monochromatic Colors of #f225bd

#f225bd

Complementary Color

#f225bd #25f25a

#f225bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f225bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f225bd Color CSS Codes

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

#f225bd Text Font Color

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

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


#f225bd Background Color

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

This div background color is #f225bd


#f225bd Border Color

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

This div border color is #f225bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,37,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 #f225bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f225bd


Comments

No comments written yet.

Please login to write comment.