Color Hex Logo

#f65063 Color Hex

#F65063
(246,80,99)
0 Favorites   0 Comments

Color spaces of #f65063

RGB 2468099
HSL0.980.900.64
HSV353°67°96°
CMYK 0.000.670.60   0.04
XYZ43.126826.231014.5944
Yxy26.23100.51370.3125
Hunter Lab51.216260.678218.9563
CIE-Lab58.255764.146325.6729

#f65063 color RGB value is (246,80,99).

#f65063 hex color red value is 246, green value is 80 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #f65063 hue: 0.98 , saturation: 0.90 and the lightness value of f65063 is 0.64.

The process color (four color CMYK) of #f65063 color hex is 0.00, 0.67, 0.60, 0.04. Web safe color of #f65063 is #ff6666. Color #f65063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010000 01100011
Octal 366 120 143
Decimal 246 80 99
Hex F6 50 63

RGB Percentages of Color #f65063

%57.88
%18.82
%23.29

CMYK Percentages of Color #f65063

%0
%67
%60
%4

Triadic Colors of #f65063

#f65063 #63f650 #5063f6

Analogous Colors of #f65063

#f65063 #f69050 #f650b6

Monochromatic Colors of #f65063

#f65063

Complementary Color

#f65063 #50f6e3

#f65063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65063 Color CSS Codes

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

#f65063 Text Font Color

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

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


#f65063 Background Color

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

This div background color is #f65063


#f65063 Border Color

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

This div border color is #f65063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65063


Comments

No comments written yet.

Please login to write comment.