Color Hex Logo

#f61760 Color Hex

#F61760
(246,23,96)
0 Favorites   0 Comments

Color spaces of #f61760

RGB 2462396
HSL0.950.930.53
HSV340°91°96°
CMYK 0.000.910.61   0.04
XYZ40.423821.050212.9988
Yxy21.05020.54280.2827
Hunter Lab45.880576.979615.3184
CIE-Lab53.004478.580320.4939

#f61760 color RGB value is (246,23,96).

#f61760 hex color red value is 246, green value is 23 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #f61760 hue: 0.95 , saturation: 0.93 and the lightness value of f61760 is 0.53.

The process color (four color CMYK) of #f61760 color hex is 0.00, 0.91, 0.61, 0.04. Web safe color of #f61760 is #ff0066. Color #f61760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010111 01100000
Octal 366 27 140
Decimal 246 23 96
Hex F6 17 60

RGB Percentages of Color #f61760

%67.40
%6.30
%26.30

CMYK Percentages of Color #f61760

%0
%91
%61
%4

Triadic Colors of #f61760

#f61760 #60f617 #1760f6

Analogous Colors of #f61760

#f61760 #f63d17 #f617d0

Monochromatic Colors of #f61760

#f61760

Complementary Color

#f61760 #17f6ad

#f61760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61760 Color CSS Codes

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

#f61760 Text Font Color

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

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


#f61760 Background Color

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

This div background color is #f61760


#f61760 Border Color

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

This div border color is #f61760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61760


Comments

No comments written yet.

Please login to write comment.