Color Hex Logo

#f71561 Color Hex

#F71561
(247,21,97)
0 Favorites   0 Comments

Color spaces of #f71561

RGB 2472197
HSL0.940.930.53
HSV340°91°97°
CMYK 0.000.910.61   0.03
XYZ40.783621.173613.2466
Yxy21.17360.54230.2815
Hunter Lab46.014877.681415.1421
CIE-Lab53.139079.112620.1041

#f71561 color RGB value is (247,21,97).

#f71561 hex color red value is 247, green value is 21 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #f71561 hue: 0.94 , saturation: 0.93 and the lightness value of f71561 is 0.53.

The process color (four color CMYK) of #f71561 color hex is 0.00, 0.91, 0.61, 0.03. Web safe color of #f71561 is #ff0066. Color #f71561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010101 01100001
Octal 367 25 141
Decimal 247 21 97
Hex F7 15 61

RGB Percentages of Color #f71561

%67.67
%5.75
%26.58

CMYK Percentages of Color #f71561

%0
%91
%61
%3

Triadic Colors of #f71561

#f71561 #61f715 #1561f7

Analogous Colors of #f71561

#f71561 #f73a15 #f715d2

Monochromatic Colors of #f71561

#f71561

Complementary Color

#f71561 #15f7ab

#f71561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71561 Color CSS Codes

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

#f71561 Text Font Color

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

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


#f71561 Background Color

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

This div background color is #f71561


#f71561 Border Color

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

This div border color is #f71561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71561


Comments

No comments written yet.

Please login to write comment.