Color Hex Logo

#f94cbb Color Hex

#F94CBB
(249,76,187)
0 Favorites   0 Comments

Color spaces of #f94cbb

RGB 24976187
HSL0.890.940.64
HSV322°69°98°
CMYK 0.000.690.25   0.02
XYZ50.621028.896549.9233
Yxy28.89650.39110.2232
Hunter Lab53.755574.0197-17.4345
CIE-Lab60.690274.7303-21.9969

#f94cbb color RGB value is (249,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001100 10111011
Octal 371 114 273
Decimal 249 76 187
Hex F9 4C BB

RGB Percentages of Color #f94cbb

%48.63
%14.84
%36.52

CMYK Percentages of Color #f94cbb

%0
%69
%25
%2

Triadic Colors of #f94cbb

#f94cbb #bbf94c #4cbbf9

Analogous Colors of #f94cbb

#f94cbb #f94c65 #e14cf9

Monochromatic Colors of #f94cbb

#f94cbb

Complementary Color

#f94cbb #4cf98a

#f94cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94cbb Color CSS Codes

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

#f94cbb Text Font Color

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

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


#f94cbb Background Color

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

This div background color is #f94cbb


#f94cbb Border Color

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

This div border color is #f94cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94cbb

Related Colors


Comments

No comments written yet.

Please login to write comment.