Color Hex Logo

#f65090 Color Hex

#F65090
(246,80,144)
0 Favorites   0 Comments

Color spaces of #f65090

RGB 24680144
HSL0.940.900.64
HSV337°67°96°
CMYK 0.000.670.41   0.04
XYZ45.908727.343829.2438
Yxy27.34380.44790.2668
Hunter Lab52.291365.20283.4461
CIE-Lab59.291267.77240.7734

#f65090 color RGB value is (246,80,144).

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

The process color (four color CMYK) of #f65090 color hex is 0.00, 0.67, 0.41, 0.04. Web safe color of #f65090 is #ff6699. Color #f65090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010000 10010000
Octal 366 120 220
Decimal 246 80 144
Hex F6 50 90

RGB Percentages of Color #f65090

%52.34
%17.02
%30.64

CMYK Percentages of Color #f65090

%0
%67
%41
%4

Triadic Colors of #f65090

#f65090 #90f650 #5090f6

Analogous Colors of #f65090

#f65090 #f66350 #f650e3

Monochromatic Colors of #f65090

#f65090

Complementary Color

#f65090 #50f6b6

#f65090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65090 Color CSS Codes

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

#f65090 Text Font Color

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

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


#f65090 Background Color

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

This div background color is #f65090


#f65090 Border Color

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

This div border color is #f65090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65090


Comments

No comments written yet.

Please login to write comment.