Color Hex Logo

#f9479b Color Hex

#F9479B
(249,71,155)
0 Favorites   0 Comments

Color spaces of #f9479b

RGB 24971155
HSL0.920.940.63
HSV332°71°98°
CMYK 0.000.710.38   0.02
XYZ47.236627.012833.7347
Yxy27.01280.43740.2502
Hunter Lab51.973871.2761-2.1017
CIE-Lab58.986272.8338-6.0460

#f9479b color RGB value is (249,71,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 10011011
Octal 371 107 233
Decimal 249 71 155
Hex F9 47 9B

RGB Percentages of Color #f9479b

%52.42
%14.95
%32.63

CMYK Percentages of Color #f9479b

%0
%71
%38
%2

Triadic Colors of #f9479b

#f9479b #9bf947 #479bf9

Analogous Colors of #f9479b

#f9479b #f94c47 #f947f4

Monochromatic Colors of #f9479b

#f9479b

Complementary Color

#f9479b #47f9a5

#f9479b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9479b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9479b Color CSS Codes

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

#f9479b Text Font Color

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

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


#f9479b Background Color

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

This div background color is #f9479b


#f9479b Border Color

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

This div border color is #f9479b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9479b

Related Colors


Comments

No comments written yet.

Please login to write comment.