Color Hex Logo

#f049bc Color Hex

#F049BC
(240,73,188)
0 Favorites   0 Comments

Color spaces of #f049bc

RGB 24073188
HSL0.890.850.61
HSV319°70°94°
CMYK 0.000.700.22   0.06
XYZ47.394826.921250.2753
Yxy26.92120.38040.2161
Hunter Lab51.885672.2505-21.1299
CIE-Lab58.901373.6412-25.4427

#f049bc color RGB value is (240,73,188).

#f049bc hex color red value is 240, green value is 73 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f049bc hue: 0.89 , saturation: 0.85 and the lightness value of f049bc is 0.61.

The process color (four color CMYK) of #f049bc color hex is 0.00, 0.70, 0.22, 0.06. Web safe color of #f049bc is #ff33cc. Color #f049bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001001 10111100
Octal 360 111 274
Decimal 240 73 188
Hex F0 49 BC

RGB Percentages of Color #f049bc

%47.90
%14.57
%37.52

CMYK Percentages of Color #f049bc

%0
%70
%22
%6

Triadic Colors of #f049bc

#f049bc #bcf049 #49bcf0

Analogous Colors of #f049bc

#f049bc #f04969 #d149f0

Monochromatic Colors of #f049bc

#f049bc

Complementary Color

#f049bc #49f07d

#f049bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f049bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f049bc Color CSS Codes

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

#f049bc Text Font Color

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

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


#f049bc Background Color

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

This div background color is #f049bc


#f049bc Border Color

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

This div border color is #f049bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f049bc


Comments

No comments written yet.

Please login to write comment.