Color Hex Logo

#f6767d Color Hex

#F6767D
(246,118,125)
0 Favorites   0 Comments

Color spaces of #f6767d

RGB 246118125
HSL0.990.880.71
HSV357°52°96°
CMYK 0.000.520.49   0.04
XYZ48.186134.030423.4309
Yxy34.03040.45610.3221
Hunter Lab58.335645.356517.0207
CIE-Lab64.986749.605519.7818

#f6767d color RGB value is (246,118,125).

#f6767d hex color red value is 246, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f6767d hue: 0.99 , saturation: 0.88 and the lightness value of f6767d is 0.71.

The process color (four color CMYK) of #f6767d color hex is 0.00, 0.52, 0.49, 0.04. Web safe color of #f6767d is #ff6666. Color #f6767d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110110 01111101
Octal 366 166 175
Decimal 246 118 125
Hex F6 76 7D

RGB Percentages of Color #f6767d

%50.31
%24.13
%25.56

CMYK Percentages of Color #f6767d

%0
%52
%49
%4

Triadic Colors of #f6767d

#f6767d #7df676 #767df6

Analogous Colors of #f6767d

#f6767d #f6af76 #f676bd

Monochromatic Colors of #f6767d

#f6767d

Complementary Color

#f6767d #76f6ef

#f6767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6767d Color CSS Codes

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

#f6767d Text Font Color

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

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


#f6767d Background Color

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

This div background color is #f6767d


#f6767d Border Color

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

This div border color is #f6767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6767d

Related Colors


Comments

No comments written yet.

Please login to write comment.