Color Hex Logo

#f655bf Color Hex

#F655BF
(246,85,191)
0 Favorites   0 Comments

Color spaces of #f655bf

RGB 24685191
HSL0.890.900.65
HSV320°65°96°
CMYK 0.000.650.22   0.04
XYZ50.658529.851452.3821
Yxy29.85140.38120.2246
Hunter Lab54.636469.8901-18.5982
CIE-Lab61.525871.2286-23.0476

#f655bf color RGB value is (246,85,191).

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

The process color (four color CMYK) of #f655bf color hex is 0.00, 0.65, 0.22, 0.04. Web safe color of #f655bf is #ff66cc. Color #f655bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010101 10111111
Octal 366 125 277
Decimal 246 85 191
Hex F6 55 BF

RGB Percentages of Color #f655bf

%47.13
%16.28
%36.59

CMYK Percentages of Color #f655bf

%0
%65
%22
%4

Triadic Colors of #f655bf

#f655bf #bff655 #55bff6

Analogous Colors of #f655bf

#f655bf #f6556f #dd55f6

Monochromatic Colors of #f655bf

#f655bf

Complementary Color

#f655bf #55f68c

#f655bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f655bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f655bf Color CSS Codes

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

#f655bf Text Font Color

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

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


#f655bf Background Color

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

This div background color is #f655bf


#f655bf Border Color

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

This div border color is #f655bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f655bf


Comments

No comments written yet.

Please login to write comment.