Color Hex Logo

#f091bc Color Hex

#F091BC
(240,145,188)
0 Favorites   0 Comments

Color spaces of #f091bc

RGB 240145188
HSL0.920.760.75
HSV333°40°94°
CMYK 0.000.400.22   0.06
XYZ55.137742.406952.8562
Yxy42.40690.36660.2820
Hunter Lab65.120637.1752-2.5393
CIE-Lab71.150641.3549-6.9245

#f091bc color RGB value is (240,145,188).

#f091bc hex color red value is 240, green value is 145 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f091bc hue: 0.92 , saturation: 0.76 and the lightness value of f091bc is 0.75.

The process color (four color CMYK) of #f091bc color hex is 0.00, 0.40, 0.22, 0.06. Web safe color of #f091bc is #ff99cc. Color #f091bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010001 10111100
Octal 360 221 274
Decimal 240 145 188
Hex F0 91 BC

RGB Percentages of Color #f091bc

%41.88
%25.31
%32.81

CMYK Percentages of Color #f091bc

%0
%40
%22
%6

Triadic Colors of #f091bc

#f091bc #bcf091 #91bcf0

Analogous Colors of #f091bc

#f091bc #f09691 #f091ec

Monochromatic Colors of #f091bc

#f091bc

Complementary Color

#f091bc #91f0c5

#f091bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f091bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f091bc Color CSS Codes

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

#f091bc Text Font Color

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

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


#f091bc Background Color

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

This div background color is #f091bc


#f091bc Border Color

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

This div border color is #f091bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f091bc


Comments

No comments written yet.

Please login to write comment.