Color Hex Logo

#f71051 Color Hex

#F71051
(247,16,81)
0 Favorites   0 Comments

Color spaces of #f71051

RGB 2471681
HSL0.950.940.52
HSV343°94°97°
CMYK 0.000.940.67   0.03
XYZ40.028320.73889.6778
Yxy20.73880.56820.2944
Hunter Lab45.539977.201819.2780
CIE-Lab52.662478.824029.1279

#f71051 color RGB value is (247,16,81).

#f71051 hex color red value is 247, green value is 16 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #f71051 hue: 0.95 , saturation: 0.94 and the lightness value of f71051 is 0.52.

The process color (four color CMYK) of #f71051 color hex is 0.00, 0.94, 0.67, 0.03. Web safe color of #f71051 is #ff0066. Color #f71051 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010000 01010001
Octal 367 20 121
Decimal 247 16 81
Hex F7 10 51

RGB Percentages of Color #f71051

%71.80
%4.65
%23.55

CMYK Percentages of Color #f71051

%0
%94
%67
%3

Triadic Colors of #f71051

#f71051 #51f710 #1051f7

Analogous Colors of #f71051

#f71051 #f74310 #f710c5

Monochromatic Colors of #f71051

#f71051

Complementary Color

#f71051 #10f7b6

#f71051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71051 Color CSS Codes

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

#f71051 Text Font Color

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

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


#f71051 Background Color

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

This div background color is #f71051


#f71051 Border Color

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

This div border color is #f71051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71051

Related Colors


Comments

No comments written yet.

Please login to write comment.