Color Hex Logo

#f60046 Color Hex

#F60046
(246,0,70)
0 Favorites   0 Comments

Color spaces of #f60046

RGB 246070
HSL0.951.000.48
HSV343°100°96°
CMYK 0.001.000.72   0.04
XYZ39.111520.03507.6001
Yxy20.03500.58600.3002
Hunter Lab44.760577.641721.2652
CIE-Lab51.876879.327134.6815

#f60046 color RGB value is (246,0,70).

#f60046 hex color red value is 246, green value is 0 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f60046 hue: 0.95 , saturation: 1.00 and the lightness value of f60046 is 0.48.

The process color (four color CMYK) of #f60046 color hex is 0.00, 1.00, 0.72, 0.04. Web safe color of #f60046 is #ff0033. Color #f60046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000000 01000110
Octal 366 0 106
Decimal 246 0 70
Hex F6 0 46

RGB Percentages of Color #f60046

%77.85
%0.00
%22.15

CMYK Percentages of Color #f60046

%0
%100
%72
%4

Triadic Colors of #f60046

#f60046 #46f600 #0046f6

Analogous Colors of #f60046

#f60046 #f63500 #f600c1

Monochromatic Colors of #f60046

#f60046

Complementary Color

#f60046 #00f6b0

#f60046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60046 Color CSS Codes

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

#f60046 Text Font Color

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

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


#f60046 Background Color

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

This div background color is #f60046


#f60046 Border Color

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

This div border color is #f60046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60046


Comments

No comments written yet.

Please login to write comment.