Color Hex Logo

#f6306a Color Hex

#F6306A
(246,48,106)
0 Favorites   0 Comments

Color spaces of #f6306a

RGB 24648106
HSL0.950.920.58
HSV342°80°96°
CMYK 0.000.800.57   0.04
XYZ41.664522.747315.8304
Yxy22.74730.51920.2835
Hunter Lab47.694172.468813.7066
CIE-Lab54.811174.601016.9224

#f6306a color RGB value is (246,48,106).

#f6306a hex color red value is 246, green value is 48 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #f6306a hue: 0.95 , saturation: 0.92 and the lightness value of f6306a is 0.58.

The process color (four color CMYK) of #f6306a color hex is 0.00, 0.80, 0.57, 0.04. Web safe color of #f6306a is #ff3366. Color #f6306a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110000 01101010
Octal 366 60 152
Decimal 246 48 106
Hex F6 30 6A

RGB Percentages of Color #f6306a

%61.50
%12.00
%26.50

CMYK Percentages of Color #f6306a

%0
%80
%57
%4

Triadic Colors of #f6306a

#f6306a #6af630 #306af6

Analogous Colors of #f6306a

#f6306a #f65930 #f630cd

Monochromatic Colors of #f6306a

#f6306a

Complementary Color

#f6306a #30f6bc

#f6306a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6306a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6306a Color CSS Codes

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

#f6306a Text Font Color

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

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


#f6306a Background Color

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

This div background color is #f6306a


#f6306a Border Color

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

This div border color is #f6306a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6306a


Comments

No comments written yet.

Please login to write comment.