Color Hex Logo

#f4565f Color Hex

#F4565F
(244,86,95)
0 Favorites   0 Comments

Color spaces of #f4565f

RGB 2448695
HSL0.990.880.65
HSV357°65°96°
CMYK 0.000.650.61   0.04
XYZ42.701626.714913.7323
Yxy26.71490.51360.3213
Hunter Lab51.686557.019320.4281
CIE-Lab58.709560.923228.5118

#f4565f color RGB value is (244,86,95).

#f4565f hex color red value is 244, green value is 86 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f4565f hue: 0.99 , saturation: 0.88 and the lightness value of f4565f is 0.65.

The process color (four color CMYK) of #f4565f color hex is 0.00, 0.65, 0.61, 0.04. Web safe color of #f4565f is #ff6666. Color #f4565f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010110 01011111
Octal 364 126 137
Decimal 244 86 95
Hex F4 56 5F

RGB Percentages of Color #f4565f

%57.41
%20.24
%22.35

CMYK Percentages of Color #f4565f

%0
%65
%61
%4

Triadic Colors of #f4565f

#f4565f #5ff456 #565ff4

Analogous Colors of #f4565f

#f4565f #f49c56 #f456ae

Monochromatic Colors of #f4565f

#f4565f

Complementary Color

#f4565f #56f4eb

#f4565f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4565f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4565f Color CSS Codes

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

#f4565f Text Font Color

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

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


#f4565f Background Color

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

This div background color is #f4565f


#f4565f Border Color

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

This div border color is #f4565f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4565f


Comments

No comments written yet.

Please login to write comment.