Color Hex Logo

#f9567d Color Hex

#F9567D
(249,86,125)
0 Favorites   0 Comments

Color spaces of #f9567d

RGB 24986125
HSL0.960.930.66
HSV346°65°98°
CMYK 0.000.650.50   0.02
XYZ46.096428.276022.4303
Yxy28.27600.47620.2921
Hunter Lab53.175261.681212.2130
CIE-Lab60.137364.659513.1516

#f9567d color RGB value is (249,86,125).

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

The process color (four color CMYK) of #f9567d color hex is 0.00, 0.65, 0.50, 0.02. Web safe color of #f9567d is #ff6666. Color #f9567d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 01111101
Octal 371 126 175
Decimal 249 86 125
Hex F9 56 7D

RGB Percentages of Color #f9567d

%54.13
%18.70
%27.17

CMYK Percentages of Color #f9567d

%0
%65
%50
%2

Triadic Colors of #f9567d

#f9567d #7df956 #567df9

Analogous Colors of #f9567d

#f9567d #f98156 #f956cf

Monochromatic Colors of #f9567d

#f9567d

Complementary Color

#f9567d #56f9d2

#f9567d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9567d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9567d Color CSS Codes

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

#f9567d Text Font Color

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

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


#f9567d Background Color

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

This div background color is #f9567d


#f9567d Border Color

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

This div border color is #f9567d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9567d


Comments

No comments written yet.

Please login to write comment.