Color Hex Logo

#f61550 Color Hex

#F61550
(246,21,80)
0 Favorites   0 Comments

Color spaces of #f61550

RGB 2462180
HSL0.960.930.52
HSV344°91°96°
CMYK 0.000.910.67   0.04
XYZ39.722220.70839.4929
Yxy20.70830.56810.2962
Hunter Lab45.506476.175319.4862
CIE-Lab52.628878.011429.6419

#f61550 color RGB value is (246,21,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010101 01010000
Octal 366 25 120
Decimal 246 21 80
Hex F6 15 50

RGB Percentages of Color #f61550

%70.89
%6.05
%23.05

CMYK Percentages of Color #f61550

%0
%91
%67
%4

Triadic Colors of #f61550

#f61550 #50f615 #1550f6

Analogous Colors of #f61550

#f61550 #f64b15 #f615c1

Monochromatic Colors of #f61550

#f61550

Complementary Color

#f61550 #15f6bb

#f61550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61550 Color CSS Codes

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

#f61550 Text Font Color

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

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


#f61550 Background Color

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

This div background color is #f61550


#f61550 Border Color

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

This div border color is #f61550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61550


Comments

No comments written yet.

Please login to write comment.