Color Hex Logo

#f942bb Color Hex

#F942BB
(249,66,187)
0 Favorites   0 Comments

Color spaces of #f942bb

RGB 24966187
HSL0.890.940.62
HSV320°73°98°
CMYK 0.000.730.25   0.02
XYZ49.984827.624049.7112
Yxy27.62400.39260.2170
Hunter Lab52.558577.7816-19.2870
CIE-Lab59.547577.9506-23.7483

#f942bb color RGB value is (249,66,187).

#f942bb hex color red value is 249, green value is 66 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f942bb hue: 0.89 , saturation: 0.94 and the lightness value of f942bb is 0.62.

The process color (four color CMYK) of #f942bb color hex is 0.00, 0.73, 0.25, 0.02. Web safe color of #f942bb is #ff33cc. Color #f942bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000010 10111011
Octal 371 102 273
Decimal 249 66 187
Hex F9 42 BB

RGB Percentages of Color #f942bb

%49.60
%13.15
%37.25

CMYK Percentages of Color #f942bb

%0
%73
%25
%2

Triadic Colors of #f942bb

#f942bb #bbf942 #42bbf9

Analogous Colors of #f942bb

#f942bb #f94260 #dc42f9

Monochromatic Colors of #f942bb

#f942bb

Complementary Color

#f942bb #42f980

#f942bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f942bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f942bb Color CSS Codes

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

#f942bb Text Font Color

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

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


#f942bb Background Color

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

This div background color is #f942bb


#f942bb Border Color

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

This div border color is #f942bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f942bb

Related Colors


Comments

No comments written yet.

Please login to write comment.