Color Hex Logo

#f602ba Color Hex

#F602BA
(246,2,186)
0 Favorites   0 Comments

Color spaces of #f602ba

RGB 2462186
HSL0.870.980.49
HSV315°99°96°
CMYK 0.000.990.24   0.04
XYZ46.890723.181448.4574
Yxy23.18140.39560.1956
Hunter Lab48.147189.5848-25.9692
CIE-Lab55.258787.9314-29.8370

#f602ba color RGB value is (246,2,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000010 10111010
Octal 366 2 272
Decimal 246 2 186
Hex F6 2 BA

RGB Percentages of Color #f602ba

%56.68
%0.46
%42.86

CMYK Percentages of Color #f602ba

%0
%99
%24
%4

Triadic Colors of #f602ba

#f602ba #baf602 #02baf6

Analogous Colors of #f602ba

#f602ba #f60240 #b802f6

Monochromatic Colors of #f602ba

#f602ba

Complementary Color

#f602ba #02f63e

#f602ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f602ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f602ba Color CSS Codes

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

#f602ba Text Font Color

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

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


#f602ba Background Color

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

This div background color is #f602ba


#f602ba Border Color

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

This div border color is #f602ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f602ba


Comments

No comments written yet.

Please login to write comment.