Color Hex Logo

#f911be Color Hex

#F911BE
(249,17,190)
0 Favorites   0 Comments

Color spaces of #f911be

RGB 24917190
HSL0.880.950.52
HSV315°93°98°
CMYK 0.000.930.24   0.02
XYZ48.561624.258350.8380
Yxy24.25830.39270.1962
Hunter Lab49.252789.8030-26.7215
CIE-Lab56.345587.8851-30.4239

#f911be color RGB value is (249,17,190).

#f911be hex color red value is 249, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f911be hue: 0.88 , saturation: 0.95 and the lightness value of f911be is 0.52.

The process color (four color CMYK) of #f911be color hex is 0.00, 0.93, 0.24, 0.02. Web safe color of #f911be is #ff00cc. Color #f911be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010001 10111110
Octal 371 21 276
Decimal 249 17 190
Hex F9 11 BE

RGB Percentages of Color #f911be

%54.61
%3.73
%41.67

CMYK Percentages of Color #f911be

%0
%93
%24
%2

Triadic Colors of #f911be

#f911be #bef911 #11bef9

Analogous Colors of #f911be

#f911be #f9114a #c011f9

Monochromatic Colors of #f911be

#f911be

Complementary Color

#f911be #11f94c

#f911be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f911be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f911be Color CSS Codes

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

#f911be Text Font Color

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

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


#f911be Background Color

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

This div background color is #f911be


#f911be Border Color

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

This div border color is #f911be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f911be


Comments

No comments written yet.

Please login to write comment.