Color Hex Logo

#f602ac Color Hex

#F602AC
(246,2,172)
0 Favorites   0 Comments

Color spaces of #f602ac

RGB 2462172
HSL0.880.980.49
HSV318°99°96°
CMYK 0.000.990.30   0.04
XYZ45.474122.614840.9981
Yxy22.61480.41690.2073
Hunter Lab47.555087.4679-17.8265
CIE-Lab54.673386.4352-22.5707

#f602ac color RGB value is (246,2,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000010 10101100
Octal 366 2 254
Decimal 246 2 172
Hex F6 2 AC

RGB Percentages of Color #f602ac

%58.57
%0.48
%40.95

CMYK Percentages of Color #f602ac

%0
%99
%30
%4

Triadic Colors of #f602ac

#f602ac #acf602 #02acf6

Analogous Colors of #f602ac

#f602ac #f60232 #c602f6

Monochromatic Colors of #f602ac

#f602ac

Complementary Color

#f602ac #02f64c

#f602ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f602ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f602ac Color CSS Codes

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

#f602ac Text Font Color

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

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


#f602ac Background Color

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

This div background color is #f602ac


#f602ac Border Color

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

This div border color is #f602ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f602ac


Comments

No comments written yet.

Please login to write comment.