color codes Logo

#f61d76 color codes

#F61D76
(246,29,118)
0 Favorites   0 Comments

Color spaces of #f61d76

RGB 24629118
HSL0.930.920.54
HSV335°88°96°
CMYK 0.000.880.52   0.04
XYZ41.715421.779619.1448
Yxy21.77960.50480.2635
Hunter Lab46.668677.88468.3456
CIE-Lab53.792479.14678.2864

#f61d76 color RGB value is (246,29,118).

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

The process color (four color CMYK) of #f61d76 color code is 0.00, 0.88, 0.52, 0.04. Web safe color of #f61d76 is #ff3366. Color #f61d76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00011101 01110110
Octal 366 35 166
Decimal 246 29 118
Hex F6 1D 76

RGB Percentages of Color #f61d76

%62.60
%7.38
%30.03

CMYK Percentages of Color #f61d76

%0
%88
%52
%4

Triadic Colors of #f61d76

#f61d76 #76f61d #1d76f6

Analogous Colors of #f61d76

#f61d76 #f6311d #f61de3

Monochromatic Colors of #f61d76

#f61d76

Complementary Color

#f61d76 #1df69d

#f61d76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61d76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61d76 Color CSS Codes

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

#f61d76 Text Font Color

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

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


#f61d76 Background Color

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

This div background color is #f61d76


#f61d76 Border Color

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

This div border color is #f61d76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61d76


Comments

No comments written yet.

Please login to write comment.