Color Hex Logo

#f681a0 Color Hex

#F681A0
(246,129,160)
0 Favorites   0 Comments

Color spaces of #f681a0

RGB 246129160
HSL0.960.870.74
HSV344°48°96°
CMYK 0.000.480.35   0.04
XYZ52.201537.831437.8086
Yxy37.83140.40830.2959
Hunter Lab61.507243.85626.6094
CIE-Lab67.896247.84494.0740

#f681a0 color RGB value is (246,129,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000001 10100000
Octal 366 201 240
Decimal 246 129 160
Hex F6 81 A0

RGB Percentages of Color #f681a0

%45.98
%24.11
%29.91

CMYK Percentages of Color #f681a0

%0
%48
%35
%4

Triadic Colors of #f681a0

#f681a0 #a0f681 #81a0f6

Analogous Colors of #f681a0

#f681a0 #f69d81 #f681db

Monochromatic Colors of #f681a0

#f681a0

Complementary Color

#f681a0 #81f6d7

#f681a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f681a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f681a0 Color CSS Codes

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

#f681a0 Text Font Color

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

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


#f681a0 Background Color

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

This div background color is #f681a0


#f681a0 Border Color

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

This div border color is #f681a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f681a0


Comments

No comments written yet.

Please login to write comment.