Color Hex Logo

#f7606b Color Hex

#F7606B
(247,96,107)
1 Favorites   0 Comments

Color spaces of #f7606b

RGB 24796107
HSL0.990.900.67
HSV356°61°97°
CMYK 0.000.610.57   0.03
XYZ45.194529.201417.1643
Yxy29.20140.49360.3189
Hunter Lab54.038354.719918.9944
CIE-Lab60.959058.538824.6477

#f7606b color RGB value is (247,96,107).

#f7606b hex color red value is 247, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f7606b hue: 0.99 , saturation: 0.90 and the lightness value of f7606b is 0.67.

The process color (four color CMYK) of #f7606b color hex is 0.00, 0.61, 0.57, 0.03. Web safe color of #f7606b is #ff6666. Color #f7606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100000 01101011
Octal 367 140 153
Decimal 247 96 107
Hex F7 60 6B

RGB Percentages of Color #f7606b

%54.89
%21.33
%23.78

CMYK Percentages of Color #f7606b

%0
%61
%57
%3

Triadic Colors of #f7606b

#f7606b #6bf760 #606bf7

Analogous Colors of #f7606b

#f7606b #f7a160 #f760b7

Monochromatic Colors of #f7606b

#f7606b

Complementary Color

#f7606b #60f7ec

#f7606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7606b Color CSS Codes

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

#f7606b Text Font Color

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

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


#f7606b Background Color

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

This div background color is #f7606b


#f7606b Border Color

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

This div border color is #f7606b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,96,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7606b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7606b;
  -webkit-box-shadow: 1px 1px 3px 2px #f7606b;
  box-shadow:         1px 1px 3px 2px #f7606b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,96,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7606b

#f7606b Color Palettes


Comments

No comments written yet.

Please login to write comment.