Color Hex Logo

#f649bc Color Hex

#F649BC
(246,73,188)
0 Favorites   0 Comments

Color spaces of #f649bc

RGB 24673188
HSL0.890.910.63
HSV320°70°96°
CMYK 0.000.700.24   0.04
XYZ49.465727.988850.3722
Yxy27.98880.38700.2190
Hunter Lab52.904474.3149-19.4190
CIE-Lab59.878675.1214-23.8570

#f649bc color RGB value is (246,73,188).

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

The process color (four color CMYK) of #f649bc color hex is 0.00, 0.70, 0.24, 0.04. Web safe color of #f649bc is #ff33cc. Color #f649bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001001 10111100
Octal 366 111 274
Decimal 246 73 188
Hex F6 49 BC

RGB Percentages of Color #f649bc

%48.52
%14.40
%37.08

CMYK Percentages of Color #f649bc

%0
%70
%24
%4

Triadic Colors of #f649bc

#f649bc #bcf649 #49bcf6

Analogous Colors of #f649bc

#f649bc #f64966 #da49f6

Monochromatic Colors of #f649bc

#f649bc

Complementary Color

#f649bc #49f683

#f649bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f649bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f649bc Color CSS Codes

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

#f649bc Text Font Color

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

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


#f649bc Background Color

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

This div background color is #f649bc


#f649bc Border Color

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

This div border color is #f649bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f649bc


Comments

No comments written yet.

Please login to write comment.