Color Hex Logo

#f549bf Color Hex

#F549BF
(245,73,191)
0 Favorites   0 Comments

Color spaces of #f549bf

RGB 24573191
HSL0.890.900.62
HSV319°70°96°
CMYK 0.000.700.22   0.04
XYZ49.442727.939252.0771
Yxy27.93920.38190.2158
Hunter Lab52.857574.4674-21.4143
CIE-Lab59.833875.2524-25.6601

#f549bf color RGB value is (245,73,191).

#f549bf hex color red value is 245, green value is 73 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f549bf hue: 0.89 , saturation: 0.90 and the lightness value of f549bf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001001 10111111
Octal 365 111 277
Decimal 245 73 191
Hex F5 49 BF

RGB Percentages of Color #f549bf

%48.13
%14.34
%37.52

CMYK Percentages of Color #f549bf

%0
%70
%22
%4

Triadic Colors of #f549bf

#f549bf #bff549 #49bff5

Analogous Colors of #f549bf

#f549bf #f54969 #d549f5

Monochromatic Colors of #f549bf

#f549bf

Complementary Color

#f549bf #49f57f

#f549bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f549bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f549bf Color CSS Codes

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

#f549bf Text Font Color

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

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


#f549bf Background Color

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

This div background color is #f549bf


#f549bf Border Color

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

This div border color is #f549bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,73,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f549bf


Comments

No comments written yet.

Please login to write comment.