Color Hex Logo

#f63155 Color Hex

#F63155
(246,49,85)
0 Favorites   0 Comments

Color spaces of #f63155

RGB 2464985
HSL0.970.920.58
HSV349°80°96°
CMYK 0.000.800.65   0.04
XYZ40.744022.445310.7793
Yxy22.44530.55080.3034
Hunter Lab47.376570.602119.6736
CIE-Lab54.496373.139829.0244

#f63155 color RGB value is (246,49,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110001 01010101
Octal 366 61 125
Decimal 246 49 85
Hex F6 31 55

RGB Percentages of Color #f63155

%64.74
%12.89
%22.37

CMYK Percentages of Color #f63155

%0
%80
%65
%4

Triadic Colors of #f63155

#f63155 #55f631 #3155f6

Analogous Colors of #f63155

#f63155 #f67031 #f631b8

Monochromatic Colors of #f63155

#f63155

Complementary Color

#f63155 #31f6d2

#f63155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63155 Color CSS Codes

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

#f63155 Text Font Color

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

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


#f63155 Background Color

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

This div background color is #f63155


#f63155 Border Color

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

This div border color is #f63155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63155


Comments

No comments written yet.

Please login to write comment.