Color Hex Logo

#f604ad Color Hex

#F604AD
(246,4,173)
0 Favorites   0 Comments

Color spaces of #f604ad

RGB 2464173
HSL0.880.970.49
HSV318°98°96°
CMYK 0.000.980.30   0.04
XYZ45.592322.696841.5131
Yxy22.69680.41520.2067
Hunter Lab47.641287.4514-18.3147
CIE-Lab54.758686.4060-23.0258

#f604ad color RGB value is (246,4,173).

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

The process color (four color CMYK) of #f604ad color hex is 0.00, 0.98, 0.30, 0.04. Web safe color of #f604ad is #ff0099. Color #f604ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000100 10101101
Octal 366 4 255
Decimal 246 4 173
Hex F6 4 AD

RGB Percentages of Color #f604ad

%58.16
%0.95
%40.90

CMYK Percentages of Color #f604ad

%0
%98
%30
%4

Triadic Colors of #f604ad

#f604ad #adf604 #04adf6

Analogous Colors of #f604ad

#f604ad #f60434 #c604f6

Monochromatic Colors of #f604ad

#f604ad

Complementary Color

#f604ad #04f64d

#f604ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f604ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f604ad Color CSS Codes

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

#f604ad Text Font Color

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

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


#f604ad Background Color

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

This div background color is #f604ad


#f604ad Border Color

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

This div border color is #f604ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f604ad


Comments

No comments written yet.

Please login to write comment.