Color Hex Logo

#f911df Color Hex

#F911DF
(249,17,223)
0 Favorites   0 Comments

Color spaces of #f911df

RGB 24917223
HSL0.850.950.52
HSV307°93°98°
CMYK 0.000.930.10   0.02
XYZ52.586725.868372.0335
Yxy25.86830.34940.1719
Hunter Lab50.860995.5503-48.3689
CIE-Lab57.911891.8856-46.8353

#f911df color RGB value is (249,17,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010001 11011111
Octal 371 21 337
Decimal 249 17 223
Hex F9 11 DF

RGB Percentages of Color #f911df

%50.92
%3.48
%45.60

CMYK Percentages of Color #f911df

%0
%93
%10
%2

Triadic Colors of #f911df

#f911df #dff911 #11dff9

Analogous Colors of #f911df

#f911df #f9116b #9f11f9

Monochromatic Colors of #f911df

#f911df

Complementary Color

#f911df #11f92b

#f911df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f911df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f911df Color CSS Codes

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

#f911df Text Font Color

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

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


#f911df Background Color

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

This div background color is #f911df


#f911df Border Color

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

This div border color is #f911df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f911df


Comments

No comments written yet.

Please login to write comment.