Color Hex Logo

#f6808b Color Hex

#F6808B
(246,128,139)
0 Favorites   0 Comments

Color spaces of #f6808b

RGB 246128139
HSL0.980.870.73
HSV354°48°96°
CMYK 0.000.480.43   0.04
XYZ50.385436.895328.8920
Yxy36.89530.43370.3176
Hunter Lab60.741541.769114.3175
CIE-Lab67.198446.047914.9260

#f6808b color RGB value is (246,128,139).

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

The process color (four color CMYK) of #f6808b color hex is 0.00, 0.48, 0.43, 0.04. Web safe color of #f6808b is #ff9999. Color #f6808b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000000 10001011
Octal 366 200 213
Decimal 246 128 139
Hex F6 80 8B

RGB Percentages of Color #f6808b

%47.95
%24.95
%27.10

CMYK Percentages of Color #f6808b

%0
%48
%43
%4

Triadic Colors of #f6808b

#f6808b #8bf680 #808bf6

Analogous Colors of #f6808b

#f6808b #f6b080 #f680c6

Monochromatic Colors of #f6808b

#f6808b

Complementary Color

#f6808b #80f6eb

#f6808b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6808b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6808b Color CSS Codes

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

#f6808b Text Font Color

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

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


#f6808b Background Color

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

This div background color is #f6808b


#f6808b Border Color

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

This div border color is #f6808b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6808b

#f6808b Color Palettes


Comments

No comments written yet.

Please login to write comment.