Color Hex Logo

#f93cbb Color Hex

#F93CBB
(249,60,187)
0 Favorites   0 Comments

Color spaces of #f93cbb

RGB 24960187
HSL0.890.940.61
HSV320°76°98°
CMYK 0.000.760.25   0.02
XYZ49.652426.959349.6004
Yxy26.95930.39340.2136
Hunter Lab51.922379.8322-20.2929
CIE-Lab58.936679.6870-24.6870

#f93cbb color RGB value is (249,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111100 10111011
Octal 371 74 273
Decimal 249 60 187
Hex F9 3C BB

RGB Percentages of Color #f93cbb

%50.20
%12.10
%37.70

CMYK Percentages of Color #f93cbb

%0
%76
%25
%2

Triadic Colors of #f93cbb

#f93cbb #bbf93c #3cbbf9

Analogous Colors of #f93cbb

#f93cbb #f93c5d #d93cf9

Monochromatic Colors of #f93cbb

#f93cbb

Complementary Color

#f93cbb #3cf97a

#f93cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93cbb Color CSS Codes

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

#f93cbb Text Font Color

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

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


#f93cbb Background Color

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

This div background color is #f93cbb


#f93cbb Border Color

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

This div border color is #f93cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93cbb

Related Colors


Comments

No comments written yet.

Please login to write comment.