Color Hex Logo

#f65588 Color Hex

#F65588
(246,85,136)
0 Favorites   0 Comments

Color spaces of #f65588

RGB 24685136
HSL0.950.900.65
HSV341°65°96°
CMYK 0.000.650.45   0.04
XYZ45.698527.867426.2629
Yxy27.86740.45780.2792
Hunter Lab52.789662.14087.4558
CIE-Lab59.768865.11446.1392

#f65588 color RGB value is (246,85,136).

#f65588 hex color red value is 246, green value is 85 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #f65588 hue: 0.95 , saturation: 0.90 and the lightness value of f65588 is 0.65.

The process color (four color CMYK) of #f65588 color hex is 0.00, 0.65, 0.45, 0.04. Web safe color of #f65588 is #ff6699. Color #f65588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010101 10001000
Octal 366 125 210
Decimal 246 85 136
Hex F6 55 88

RGB Percentages of Color #f65588

%52.68
%18.20
%29.12

CMYK Percentages of Color #f65588

%0
%65
%45
%4

Triadic Colors of #f65588

#f65588 #88f655 #5588f6

Analogous Colors of #f65588

#f65588 #f67355 #f655d9

Monochromatic Colors of #f65588

#f65588

Complementary Color

#f65588 #55f6c3

#f65588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65588 Color CSS Codes

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

#f65588 Text Font Color

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

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


#f65588 Background Color

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

This div background color is #f65588


#f65588 Border Color

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

This div border color is #f65588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65588


Comments

No comments written yet.

Please login to write comment.