Color Hex Logo

#f68f7f Color Hex

#F68F7F
(246,143,127)
0 Favorites   0 Comments

Color spaces of #f68f7f

RGB 246143127
HSL0.020.870.73
HSV48°96°
CMYK 0.000.420.48   0.04
XYZ51.659340.770125.2253
Yxy40.77010.43910.3465
Hunter Lab63.851532.676121.2728
CIE-Lab70.014537.291425.4660

#f68f7f color RGB value is (246,143,127).

#f68f7f hex color red value is 246, green value is 143 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #f68f7f hue: 0.02 , saturation: 0.87 and the lightness value of f68f7f is 0.73.

The process color (four color CMYK) of #f68f7f color hex is 0.00, 0.42, 0.48, 0.04. Web safe color of #f68f7f is #ff9966. Color #f68f7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001111 01111111
Octal 366 217 177
Decimal 246 143 127
Hex F6 8F 7F

RGB Percentages of Color #f68f7f

%47.67
%27.71
%24.61

CMYK Percentages of Color #f68f7f

%0
%42
%48
%4

Triadic Colors of #f68f7f

#f68f7f #7ff68f #8f7ff6

Analogous Colors of #f68f7f

#f68f7f #f6cb7f #f67fab

Monochromatic Colors of #f68f7f

#f68f7f

Complementary Color

#f68f7f #7fe6f6

#f68f7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68f7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68f7f Color CSS Codes

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

#f68f7f Text Font Color

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

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


#f68f7f Background Color

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

This div background color is #f68f7f


#f68f7f Border Color

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

This div border color is #f68f7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68f7f


Comments

No comments written yet.

Please login to write comment.