Color Hex Logo

#f9669b Color Hex

#F9669B
(249,102,155)
0 Favorites   0 Comments

Color spaces of #f9669b

RGB 249102155
HSL0.940.920.69
HSV338°59°98°
CMYK 0.000.590.38   0.02
XYZ49.734732.009034.5674
Yxy32.00900.42760.2752
Hunter Lab56.576557.90513.3782
CIE-Lab63.350360.88490.3739

#f9669b color RGB value is (249,102,155).

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

The process color (four color CMYK) of #f9669b color hex is 0.00, 0.59, 0.38, 0.02. Web safe color of #f9669b is #ff6699. Color #f9669b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100110 10011011
Octal 371 146 233
Decimal 249 102 155
Hex F9 66 9B

RGB Percentages of Color #f9669b

%49.21
%20.16
%30.63

CMYK Percentages of Color #f9669b

%0
%59
%38
%2

Triadic Colors of #f9669b

#f9669b #9bf966 #669bf9

Analogous Colors of #f9669b

#f9669b #f97b66 #f966e5

Monochromatic Colors of #f9669b

#f9669b

Complementary Color

#f9669b #66f9c4

#f9669b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9669b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9669b Color CSS Codes

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

#f9669b Text Font Color

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

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


#f9669b Background Color

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

This div background color is #f9669b


#f9669b Border Color

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

This div border color is #f9669b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9669b

Related Colors


Comments

No comments written yet.

Please login to write comment.