Color Hex Logo

#f61472 Color Hex

#F61472
(246,20,114)
0 Favorites   0 Comments

Color spaces of #f61472

RGB 24620114
HSL0.930.930.52
HSV335°92°96°
CMYK 0.000.920.54   0.04
XYZ41.293521.308017.8560
Yxy21.30800.51320.2648
Hunter Lab46.160678.89839.3776
CIE-Lab53.284980.04859.9844

#f61472 color RGB value is (246,20,114).

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

The process color (four color CMYK) of #f61472 color hex is 0.00, 0.92, 0.54, 0.04. Web safe color of #f61472 is #ff0066. Color #f61472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010100 01110010
Octal 366 24 162
Decimal 246 20 114
Hex F6 14 72

RGB Percentages of Color #f61472

%64.74
%5.26
%30.00

CMYK Percentages of Color #f61472

%0
%92
%54
%4

Triadic Colors of #f61472

#f61472 #72f614 #1472f6

Analogous Colors of #f61472

#f61472 #f62714 #f614e3

Monochromatic Colors of #f61472

#f61472

Complementary Color

#f61472 #14f698

#f61472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61472 Color CSS Codes

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

#f61472 Text Font Color

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

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


#f61472 Background Color

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

This div background color is #f61472


#f61472 Border Color

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

This div border color is #f61472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61472


Comments

No comments written yet.

Please login to write comment.