Color Hex Logo

#f75661 Color Hex

#F75661
(247,86,97)
0 Favorites   0 Comments

Color spaces of #f75661

RGB 2478697
HSL0.990.910.65
HSV356°65°97°
CMYK 0.000.650.61   0.03
XYZ43.843227.292814.2665
Yxy27.29280.51340.3196
Hunter Lab52.242558.377220.3787
CIE-Lab59.244462.000428.1499

#f75661 color RGB value is (247,86,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010110 01100001
Octal 367 126 141
Decimal 247 86 97
Hex F7 56 61

RGB Percentages of Color #f75661

%57.44
%20.00
%22.56

CMYK Percentages of Color #f75661

%0
%65
%61
%3

Triadic Colors of #f75661

#f75661 #61f756 #5661f7

Analogous Colors of #f75661

#f75661 #f79c56 #f756b2

Monochromatic Colors of #f75661

#f75661

Complementary Color

#f75661 #56f7ec

#f75661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75661 Color CSS Codes

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

#f75661 Text Font Color

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

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


#f75661 Background Color

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

This div background color is #f75661


#f75661 Border Color

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

This div border color is #f75661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75661


Comments

No comments written yet.

Please login to write comment.