Color Hex Logo

#f9469b Color Hex

#F9469B
(249,70,155)
0 Favorites   0 Comments

Color spaces of #f9469b

RGB 24970155
HSL0.920.940.63
HSV332°72°98°
CMYK 0.000.720.38   0.02
XYZ47.173526.886633.7137
Yxy26.88660.43770.2495
Hunter Lab51.852371.6519-2.2530
CIE-Lab58.869273.1615-6.2196

#f9469b color RGB value is (249,70,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 10011011
Octal 371 106 233
Decimal 249 70 155
Hex F9 46 9B

RGB Percentages of Color #f9469b

%52.53
%14.77
%32.70

CMYK Percentages of Color #f9469b

%0
%72
%38
%2

Triadic Colors of #f9469b

#f9469b #9bf946 #469bf9

Analogous Colors of #f9469b

#f9469b #f94b46 #f946f5

Monochromatic Colors of #f9469b

#f9469b

Complementary Color

#f9469b #46f9a4

#f9469b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9469b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9469b Color CSS Codes

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

#f9469b Text Font Color

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

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


#f9469b Background Color

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

This div background color is #f9469b


#f9469b Border Color

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

This div border color is #f9469b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9469b


Comments

No comments written yet.

Please login to write comment.