Color Hex Logo

#f60d6b Color Hex

#F60D6B
(246,13,107)
0 Favorites   0 Comments

Color spaces of #f60d6b

RGB 24613107
HSL0.930.930.51
HSV336°95°96°
CMYK 0.000.950.57   0.04
XYZ40.803820.942215.8016
Yxy20.94220.52620.2701
Hunter Lab45.762679.073111.5613
CIE-Lab52.886280.264413.6674

#f60d6b color RGB value is (246,13,107).

#f60d6b hex color red value is 246, green value is 13 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f60d6b hue: 0.93 , saturation: 0.93 and the lightness value of f60d6b is 0.51.

The process color (four color CMYK) of #f60d6b color hex is 0.00, 0.95, 0.57, 0.04. Web safe color of #f60d6b is #ff0066. Color #f60d6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001101 01101011
Octal 366 15 153
Decimal 246 13 107
Hex F6 D 6B

RGB Percentages of Color #f60d6b

%67.21
%3.55
%29.23

CMYK Percentages of Color #f60d6b

%0
%95
%57
%4

Triadic Colors of #f60d6b

#f60d6b #6bf60d #0d6bf6

Analogous Colors of #f60d6b

#f60d6b #f6240d #f60de0

Monochromatic Colors of #f60d6b

#f60d6b

Complementary Color

#f60d6b #0df698

#f60d6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60d6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60d6b Color CSS Codes

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

#f60d6b Text Font Color

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

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


#f60d6b Background Color

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

This div background color is #f60d6b


#f60d6b Border Color

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

This div border color is #f60d6b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,13,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 #f60d6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60d6b


Comments

No comments written yet.

Please login to write comment.