Color Hex Logo

#f67172 Color Hex

#F67172
(246,113,114)
0 Favorites   0 Comments

Color spaces of #f67172

RGB 246113114
HSL1.000.880.70
HSV360°54°96°
CMYK 0.000.540.54   0.04
XYZ46.948432.618019.7410
Yxy32.61800.47280.3285
Hunter Lab57.112246.787619.4847
CIE-Lab63.850451.060224.4766

#f67172 color RGB value is (246,113,114).

#f67172 hex color red value is 246, green value is 113 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f67172 hue: 1.00 , saturation: 0.88 and the lightness value of f67172 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110001 01110010
Octal 366 161 162
Decimal 246 113 114
Hex F6 71 72

RGB Percentages of Color #f67172

%52.01
%23.89
%24.10

CMYK Percentages of Color #f67172

%0
%54
%54
%4

Triadic Colors of #f67172

#f67172 #72f671 #7172f6

Analogous Colors of #f67172

#f67172 #f6b371 #f671b5

Monochromatic Colors of #f67172

#f67172

Complementary Color

#f67172 #71f6f5

#f67172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67172 Color CSS Codes

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

#f67172 Text Font Color

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

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


#f67172 Background Color

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

This div background color is #f67172


#f67172 Border Color

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

This div border color is #f67172


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,113,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f67172; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f67172;
  -webkit-box-shadow: 1px 1px 3px 2px #f67172;
  box-shadow:         1px 1px 3px 2px #f67172; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,113,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67172


Comments

No comments written yet.

Please login to write comment.