color codes Logo

#f6385f color codes

#F6385F
(246,56,95)
0 Favorites   0 Comments

Color spaces of #f6385f

RGB 2465695
HSL0.970.910.59
HSV348°77°96°
CMYK 0.000.770.61   0.04
XYZ41.485823.247413.1271
Yxy23.24740.53280.2986
Hunter Lab48.215669.208417.6087
CIE-Lab55.326371.836724.1742

#f6385f color RGB value is (246,56,95).

#f6385f hex color red value is 246, green value is 56 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f6385f hue: 0.97 , saturation: 0.91 and the lightness value of f6385f is 0.59.

The process color (four color CMYK) of #f6385f color code is 0.00, 0.77, 0.61, 0.04. Web safe color of #f6385f is #ff3366. Color #f6385f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111000 01011111
Octal 366 70 137
Decimal 246 56 95
Hex F6 38 5F

RGB Percentages of Color #f6385f

%61.96
%14.11
%23.93

CMYK Percentages of Color #f6385f

%0
%77
%61
%4

Triadic Colors of #f6385f

#f6385f #5ff638 #385ff6

Analogous Colors of #f6385f

#f6385f #f67038 #f638be

Monochromatic Colors of #f6385f

#f6385f

Complementary Color

#f6385f #38f6cf

#f6385f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6385f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6385f Color CSS Codes

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

#f6385f Text Font Color

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

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


#f6385f Background Color

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

This div background color is #f6385f


#f6385f Border Color

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

This div border color is #f6385f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6385f


Comments

No comments written yet.

Please login to write comment.