Color Hex Logo

#f206be Color Hex

#F206BE
(242,6,190)
0 Favorites   0 Comments

Color spaces of #f206be

RGB 2426190
HSL0.870.950.49
HSV313°98°95°
CMYK 0.000.980.21   0.05
XYZ45.977322.725250.6783
Yxy22.72520.38510.1904
Hunter Lab47.671088.7341-29.6607
CIE-Lab54.788187.3775-32.9463

#f206be color RGB value is (242,6,190).

#f206be hex color red value is 242, green value is 6 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f206be hue: 0.87 , saturation: 0.95 and the lightness value of f206be is 0.49.

The process color (four color CMYK) of #f206be color hex is 0.00, 0.98, 0.21, 0.05. Web safe color of #f206be is #ff00cc. Color #f206be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000110 10111110
Octal 362 6 276
Decimal 242 6 190
Hex F2 6 BE

RGB Percentages of Color #f206be

%55.25
%1.37
%43.38

CMYK Percentages of Color #f206be

%0
%98
%21
%5

Triadic Colors of #f206be

#f206be #bef206 #06bef2

Analogous Colors of #f206be

#f206be #f20648 #b006f2

Monochromatic Colors of #f206be

#f206be

Complementary Color

#f206be #06f23a

#f206be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f206be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f206be Color CSS Codes

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

#f206be Text Font Color

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

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


#f206be Background Color

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

This div background color is #f206be


#f206be Border Color

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

This div border color is #f206be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f206be


Comments

No comments written yet.

Please login to write comment.