Color Hex Logo

#f6818a Color Hex

#F6818A
(246,129,138)
0 Favorites   0 Comments

Color spaces of #f6818a

RGB 246129138
HSL0.990.870.74
HSV355°48°96°
CMYK 0.000.480.44   0.04
XYZ50.443737.128328.5526
Yxy37.12830.43440.3197
Hunter Lab60.933041.139414.8704
CIE-Lab67.373245.450615.7325

#f6818a color RGB value is (246,129,138).

#f6818a hex color red value is 246, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f6818a hue: 0.99 , saturation: 0.87 and the lightness value of f6818a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000001 10001010
Octal 366 201 212
Decimal 246 129 138
Hex F6 81 8A

RGB Percentages of Color #f6818a

%47.95
%25.15
%26.90

CMYK Percentages of Color #f6818a

%0
%48
%44
%4

Triadic Colors of #f6818a

#f6818a #8af681 #818af6

Analogous Colors of #f6818a

#f6818a #f6b381 #f681c5

Monochromatic Colors of #f6818a

#f6818a

Complementary Color

#f6818a #81f6ed

#f6818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6818a Color CSS Codes

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

#f6818a Text Font Color

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

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


#f6818a Background Color

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

This div background color is #f6818a


#f6818a Border Color

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

This div border color is #f6818a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6818a


Comments

No comments written yet.

Please login to write comment.