Color Hex Logo

#f204ad Color Hex

#F204AD
(242,4,173)
0 Favorites   0 Comments

Color spaces of #f204ad

RGB 2424173
HSL0.880.970.48
HSV317°98°95°
CMYK 0.000.980.29   0.05
XYZ44.204221.981241.4481
Yxy21.98120.41070.2042
Hunter Lab46.884186.2497-19.5967
CIE-Lab54.007185.6325-24.2459

#f204ad color RGB value is (242,4,173).

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

The process color (four color CMYK) of #f204ad color hex is 0.00, 0.98, 0.29, 0.05. Web safe color of #f204ad is #ff0099. Color #f204ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000100 10101101
Octal 362 4 255
Decimal 242 4 173
Hex F2 4 AD

RGB Percentages of Color #f204ad

%57.76
%0.95
%41.29

CMYK Percentages of Color #f204ad

%0
%98
%29
%5

Triadic Colors of #f204ad

#f204ad #adf204 #04adf2

Analogous Colors of #f204ad

#f204ad #f20436 #c004f2

Monochromatic Colors of #f204ad

#f204ad

Complementary Color

#f204ad #04f249

#f204ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f204ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f204ad Color CSS Codes

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

#f204ad Text Font Color

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

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


#f204ad Background Color

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

This div background color is #f204ad


#f204ad Border Color

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

This div border color is #f204ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f204ad


Comments

No comments written yet.

Please login to write comment.