Color Hex Logo

#f68faf Color Hex

#F68FAF
(246,143,175)
0 Favorites   0 Comments

Color spaces of #f68faf

RGB 246143175
HSL0.950.850.76
HSV341°42°96°
CMYK 0.000.420.29   0.04
XYZ55.566442.332945.7998
Yxy42.33290.38670.2946
Hunter Lab65.063738.58293.8091
CIE-Lab71.099842.65150.3195

#f68faf color RGB value is (246,143,175).

#f68faf hex color red value is 246, green value is 143 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f68faf hue: 0.95 , saturation: 0.85 and the lightness value of f68faf is 0.76.

The process color (four color CMYK) of #f68faf color hex is 0.00, 0.42, 0.29, 0.04. Web safe color of #f68faf is #ff9999. Color #f68faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001111 10101111
Octal 366 217 257
Decimal 246 143 175
Hex F6 8F AF

RGB Percentages of Color #f68faf

%43.62
%25.35
%31.03

CMYK Percentages of Color #f68faf

%0
%42
%29
%4

Triadic Colors of #f68faf

#f68faf #aff68f #8faff6

Analogous Colors of #f68faf

#f68faf #f6a38f #f68fe3

Monochromatic Colors of #f68faf

#f68faf

Complementary Color

#f68faf #8ff6d6

#f68faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68faf Color CSS Codes

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

#f68faf Text Font Color

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

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


#f68faf Background Color

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

This div background color is #f68faf


#f68faf Border Color

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

This div border color is #f68faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68faf


Comments

No comments written yet.

Please login to write comment.