Color Hex Logo

#f601dd Color Hex

#F601DD
(246,1,221)
0 Favorites   0 Comments

Color spaces of #f601dd

RGB 2461221
HSL0.850.990.48
HSV306°100°96°
CMYK 0.001.000.10   0.04
XYZ51.068024.835070.5087
Yxy24.83500.34880.1696
Hunter Lab49.834795.7066-49.0022
CIE-Lab56.914392.1951-47.3168

#f601dd color RGB value is (246,1,221).

#f601dd hex color red value is 246, green value is 1 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f601dd hue: 0.85 , saturation: 0.99 and the lightness value of f601dd is 0.48.

The process color (four color CMYK) of #f601dd color hex is 0.00, 1.00, 0.10, 0.04. Web safe color of #f601dd is #ff00cc. Color #f601dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000001 11011101
Octal 366 1 335
Decimal 246 1 221
Hex F6 1 DD

RGB Percentages of Color #f601dd

%52.56
%0.21
%47.22

CMYK Percentages of Color #f601dd

%0
%100
%10
%4

Triadic Colors of #f601dd

#f601dd #ddf601 #01ddf6

Analogous Colors of #f601dd

#f601dd #f60163 #9501f6

Monochromatic Colors of #f601dd

#f601dd

Complementary Color

#f601dd #01f61a

#f601dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f601dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f601dd Color CSS Codes

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

#f601dd Text Font Color

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

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


#f601dd Background Color

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

This div background color is #f601dd


#f601dd Border Color

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

This div border color is #f601dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f601dd


Comments

No comments written yet.

Please login to write comment.