Color Hex Logo

#f654bf Color Hex

#F654BF
(246,84,191)
0 Favorites   0 Comments

Color spaces of #f654bf

RGB 24684191
HSL0.890.900.65
HSV320°66°96°
CMYK 0.000.660.22   0.04
XYZ50.580329.695152.3561
Yxy29.69510.38140.2239
Hunter Lab54.493270.3196-18.8195
CIE-Lab61.390371.6041-23.2553

#f654bf color RGB value is (246,84,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 10111111
Octal 366 124 277
Decimal 246 84 191
Hex F6 54 BF

RGB Percentages of Color #f654bf

%47.22
%16.12
%36.66

CMYK Percentages of Color #f654bf

%0
%66
%22
%4

Triadic Colors of #f654bf

#f654bf #bff654 #54bff6

Analogous Colors of #f654bf

#f654bf #f6546e #dc54f6

Monochromatic Colors of #f654bf

#f654bf

Complementary Color

#f654bf #54f68b

#f654bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f654bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f654bf Color CSS Codes

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

#f654bf Text Font Color

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

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


#f654bf Background Color

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

This div background color is #f654bf


#f654bf Border Color

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

This div border color is #f654bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,84,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 #f654bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f654bf


Comments

No comments written yet.

Please login to write comment.