Color Hex Logo

#f091fb Color Hex

#F091FB
(240,145,251)
0 Favorites   0 Comments

Color spaces of #f091fb

RGB 240145251
HSL0.820.930.78
HSV294°42°98°
CMYK 0.040.420.00   0.02
XYZ63.473245.741196.7503
Yxy45.74110.30820.2221
Hunter Lab67.632249.1670-37.4740
CIE-Lab73.377251.7928-38.1784

#f091fb color RGB value is (240,145,251).

#f091fb hex color red value is 240, green value is 145 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f091fb hue: 0.82 , saturation: 0.93 and the lightness value of f091fb is 0.78.

The process color (four color CMYK) of #f091fb color hex is 0.04, 0.42, 0.00, 0.02. Web safe color of #f091fb is #ff99ff. Color #f091fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010001 11111011
Octal 360 221 373
Decimal 240 145 251
Hex F0 91 FB

RGB Percentages of Color #f091fb

%37.74
%22.80
%39.47

CMYK Percentages of Color #f091fb

%4
%42
%0
%2

Triadic Colors of #f091fb

#f091fb #fbf091 #91fbf0

Analogous Colors of #f091fb

#f091fb #fb91d1 #bb91fb

Monochromatic Colors of #f091fb

#f091fb

Complementary Color

#f091fb #9cfb91

#f091fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f091fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f091fb Color CSS Codes

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

#f091fb Text Font Color

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

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


#f091fb Background Color

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

This div background color is #f091fb


#f091fb Border Color

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

This div border color is #f091fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,145,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f091fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f091fb;
  -webkit-box-shadow: 1px 1px 3px 2px #f091fb;
  box-shadow:         1px 1px 3px 2px #f091fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,145,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f091fb


Comments

No comments written yet.

Please login to write comment.