Color Hex Logo

#f604bc Color Hex

#F604BC
(246,4,188)
0 Favorites   0 Comments

Color spaces of #f604bc

RGB 2464188
HSL0.870.970.49
HSV314°98°96°
CMYK 0.000.980.24   0.04
XYZ47.126623.310549.5925
Yxy23.31050.39260.1942
Hunter Lab48.280989.7406-27.1039
CIE-Lab55.390788.0237-30.7925

#f604bc color RGB value is (246,4,188).

#f604bc hex color red value is 246, green value is 4 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f604bc hue: 0.87 , saturation: 0.97 and the lightness value of f604bc is 0.49.

The process color (four color CMYK) of #f604bc color hex is 0.00, 0.98, 0.24, 0.04. Web safe color of #f604bc is #ff00cc. Color #f604bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000100 10111100
Octal 366 4 274
Decimal 246 4 188
Hex F6 4 BC

RGB Percentages of Color #f604bc

%56.16
%0.91
%42.92

CMYK Percentages of Color #f604bc

%0
%98
%24
%4

Triadic Colors of #f604bc

#f604bc #bcf604 #04bcf6

Analogous Colors of #f604bc

#f604bc #f60443 #b704f6

Monochromatic Colors of #f604bc

#f604bc

Complementary Color

#f604bc #04f63e

#f604bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f604bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f604bc Color CSS Codes

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

#f604bc Text Font Color

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

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


#f604bc Background Color

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

This div background color is #f604bc


#f604bc Border Color

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

This div border color is #f604bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f604bc


Comments

No comments written yet.

Please login to write comment.