Color Hex Logo

#f6103f Color Hex

#F6103F
(246,16,63)
0 Favorites   0 Comments

Color spaces of #f6103f

RGB 2461663
HSL0.970.930.51
HSV348°93°96°
CMYK 0.000.930.74   0.04
XYZ39.088520.32236.5650
Yxy20.32230.59250.3080
Hunter Lab45.080375.884522.9218
CIE-Lab52.199777.862339.1606

#f6103f color RGB value is (246,16,63).

#f6103f hex color red value is 246, green value is 16 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #f6103f hue: 0.97 , saturation: 0.93 and the lightness value of f6103f is 0.51.

The process color (four color CMYK) of #f6103f color hex is 0.00, 0.93, 0.74, 0.04. Web safe color of #f6103f is #ff0033. Color #f6103f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010000 00111111
Octal 366 20 77
Decimal 246 16 63
Hex F6 10 3F

RGB Percentages of Color #f6103f

%75.69
%4.92
%19.38

CMYK Percentages of Color #f6103f

%0
%93
%74
%4

Triadic Colors of #f6103f

#f6103f #3ff610 #103ff6

Analogous Colors of #f6103f

#f6103f #f65410 #f610b2

Monochromatic Colors of #f6103f

#f6103f

Complementary Color

#f6103f #10f6c7

#f6103f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6103f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6103f Color CSS Codes

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

#f6103f Text Font Color

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

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


#f6103f Background Color

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

This div background color is #f6103f


#f6103f Border Color

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

This div border color is #f6103f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6103f


Comments

No comments written yet.

Please login to write comment.