Color Hex Logo

#f690bc Color Hex

#F690BC
(246,144,188)
0 Favorites   0 Comments

Color spaces of #f690bc

RGB 246144188
HSL0.930.850.76
HSV334°41°96°
CMYK 0.000.410.24   0.04
XYZ57.056443.170252.9024
Yxy43.17020.37260.2819
Hunter Lab65.704040.0247-1.7452
CIE-Lab71.670343.8964-6.0741

#f690bc color RGB value is (246,144,188).

#f690bc hex color red value is 246, green value is 144 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f690bc hue: 0.93 , saturation: 0.85 and the lightness value of f690bc is 0.76.

The process color (four color CMYK) of #f690bc color hex is 0.00, 0.41, 0.24, 0.04. Web safe color of #f690bc is #ff99cc. Color #f690bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010000 10111100
Octal 366 220 274
Decimal 246 144 188
Hex F6 90 BC

RGB Percentages of Color #f690bc

%42.56
%24.91
%32.53

CMYK Percentages of Color #f690bc

%0
%41
%24
%4

Triadic Colors of #f690bc

#f690bc #bcf690 #90bcf6

Analogous Colors of #f690bc

#f690bc #f69790 #f690ef

Monochromatic Colors of #f690bc

#f690bc

Complementary Color

#f690bc #90f6ca

#f690bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f690bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f690bc Color CSS Codes

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

#f690bc Text Font Color

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

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


#f690bc Background Color

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

This div background color is #f690bc


#f690bc Border Color

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

This div border color is #f690bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f690bc

Related Colors


Comments

No comments written yet.

Please login to write comment.