Color Hex Logo

#f661cb Color Hex

#F661CB
(246,97,203)
0 Favorites   0 Comments

Color spaces of #f661cb

RGB 24697203
HSL0.880.890.67
HSV317°61°96°
CMYK 0.000.610.17   0.04
XYZ53.060232.454059.9676
Yxy32.45400.36470.2231
Hunter Lab56.968466.5596-22.5335
CIE-Lab63.716368.0944-26.4970

#f661cb color RGB value is (246,97,203).

#f661cb hex color red value is 246, green value is 97 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f661cb hue: 0.88 , saturation: 0.89 and the lightness value of f661cb is 0.67.

The process color (four color CMYK) of #f661cb color hex is 0.00, 0.61, 0.17, 0.04. Web safe color of #f661cb is #ff66cc. Color #f661cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100001 11001011
Octal 366 141 313
Decimal 246 97 203
Hex F6 61 CB

RGB Percentages of Color #f661cb

%45.05
%17.77
%37.18

CMYK Percentages of Color #f661cb

%0
%61
%17
%4

Triadic Colors of #f661cb

#f661cb #cbf661 #61cbf6

Analogous Colors of #f661cb

#f661cb #f66181 #d761f6

Monochromatic Colors of #f661cb

#f661cb

Complementary Color

#f661cb #61f68c

#f661cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f661cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f661cb Color CSS Codes

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

#f661cb Text Font Color

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

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


#f661cb Background Color

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

This div background color is #f661cb


#f661cb Border Color

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

This div border color is #f661cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f661cb


Comments

No comments written yet.

Please login to write comment.