Color Hex Logo

#f94bbe Color Hex

#F94BBE
(249,75,190)
0 Favorites   0 Comments

Color spaces of #f94bbe

RGB 24975190
HSL0.890.940.64
HSV320°70°98°
CMYK 0.000.700.24   0.02
XYZ50.877328.889651.6099
Yxy28.88960.38730.2199
Hunter Lab53.749074.9021-19.3060
CIE-Lab60.684175.4395-23.7249

#f94bbe color RGB value is (249,75,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001011 10111110
Octal 371 113 276
Decimal 249 75 190
Hex F9 4B BE

RGB Percentages of Color #f94bbe

%48.44
%14.59
%36.96

CMYK Percentages of Color #f94bbe

%0
%70
%24
%2

Triadic Colors of #f94bbe

#f94bbe #bef94b #4bbef9

Analogous Colors of #f94bbe

#f94bbe #f94b67 #dd4bf9

Monochromatic Colors of #f94bbe

#f94bbe

Complementary Color

#f94bbe #4bf986

#f94bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94bbe Color CSS Codes

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

#f94bbe Text Font Color

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

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


#f94bbe Background Color

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

This div background color is #f94bbe


#f94bbe Border Color

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

This div border color is #f94bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94bbe


Comments

No comments written yet.

Please login to write comment.