Color Hex Logo

#f947b0 Color Hex

#F947B0
(249,71,176)
0 Favorites   0 Comments

Color spaces of #f947b0

RGB 24971176
HSL0.900.940.63
HSV325°71°98°
CMYK 0.000.710.29   0.02
XYZ49.156627.780843.8457
Yxy27.78080.40700.2300
Hunter Lab52.707574.2364-12.4262
CIE-Lab59.690275.0942-17.1901

#f947b0 color RGB value is (249,71,176).

#f947b0 hex color red value is 249, green value is 71 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #f947b0 hue: 0.90 , saturation: 0.94 and the lightness value of f947b0 is 0.63.

The process color (four color CMYK) of #f947b0 color hex is 0.00, 0.71, 0.29, 0.02. Web safe color of #f947b0 is #ff3399. Color #f947b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 10110000
Octal 371 107 260
Decimal 249 71 176
Hex F9 47 B0

RGB Percentages of Color #f947b0

%50.20
%14.31
%35.48

CMYK Percentages of Color #f947b0

%0
%71
%29
%2

Triadic Colors of #f947b0

#f947b0 #b0f947 #47b0f9

Analogous Colors of #f947b0

#f947b0 #f94757 #e947f9

Monochromatic Colors of #f947b0

#f947b0

Complementary Color

#f947b0 #47f990

#f947b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f947b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f947b0 Color CSS Codes

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

#f947b0 Text Font Color

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

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


#f947b0 Background Color

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

This div background color is #f947b0


#f947b0 Border Color

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

This div border color is #f947b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,71,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f947b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f947b0;
  -webkit-box-shadow: 1px 1px 3px 2px #f947b0;
  box-shadow:         1px 1px 3px 2px #f947b0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,71,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f947b0

Related Colors


Comments

No comments written yet.

Please login to write comment.