Color Hex Logo

#f9569b Color Hex

#F9569B
(249,86,155)
0 Favorites   0 Comments

Color spaces of #f9569b

RGB 24986155
HSL0.930.930.66
HSV335°65°98°
CMYK 0.000.650.38   0.02
XYZ48.311129.161934.0929
Yxy29.16190.43300.2614
Hunter Lab54.001865.18670.3697
CIE-Lab60.924267.4605-3.1818

#f9569b color RGB value is (249,86,155).

#f9569b hex color red value is 249, green value is 86 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f9569b hue: 0.93 , saturation: 0.93 and the lightness value of f9569b is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 10011011
Octal 371 126 233
Decimal 249 86 155
Hex F9 56 9B

RGB Percentages of Color #f9569b

%50.82
%17.55
%31.63

CMYK Percentages of Color #f9569b

%0
%65
%38
%2

Triadic Colors of #f9569b

#f9569b #9bf956 #569bf9

Analogous Colors of #f9569b

#f9569b #f96256 #f956ed

Monochromatic Colors of #f9569b

#f9569b

Complementary Color

#f9569b #56f9b4

#f9569b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9569b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9569b Color CSS Codes

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

#f9569b Text Font Color

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

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


#f9569b Background Color

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

This div background color is #f9569b


#f9569b Border Color

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

This div border color is #f9569b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9569b


Comments

No comments written yet.

Please login to write comment.