Color Hex Logo

#f61585 Color Hex

#F61585
(246,21,133)
0 Favorites   0 Comments

Color spaces of #f61585

RGB 24621133
HSL0.920.930.52
HSV330°91°96°
CMYK 0.000.910.46   0.04
XYZ42.507821.822624.1621
Yxy21.82260.48040.2466
Hunter Lab46.714780.67462.0339
CIE-Lab53.838381.3397-0.6736

#f61585 color RGB value is (246,21,133).

#f61585 hex color red value is 246, green value is 21 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f61585 hue: 0.92 , saturation: 0.93 and the lightness value of f61585 is 0.52.

The process color (four color CMYK) of #f61585 color hex is 0.00, 0.91, 0.46, 0.04. Web safe color of #f61585 is #ff0099. Color #f61585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010101 10000101
Octal 366 25 205
Decimal 246 21 133
Hex F6 15 85

RGB Percentages of Color #f61585

%61.50
%5.25
%33.25

CMYK Percentages of Color #f61585

%0
%91
%46
%4

Triadic Colors of #f61585

#f61585 #85f615 #1585f6

Analogous Colors of #f61585

#f61585 #f61515 #f615f6

Monochromatic Colors of #f61585

#f61585

Complementary Color

#f61585 #15f686

#f61585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61585 Color CSS Codes

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

#f61585 Text Font Color

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

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


#f61585 Background Color

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

This div background color is #f61585


#f61585 Border Color

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

This div border color is #f61585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61585


Comments

No comments written yet.

Please login to write comment.