Color Hex Logo

#f200be Color Hex

#F200BE
(242,0,190)
0 Favorites   0 Comments

Color spaces of #f200be

RGB 2420190
HSL0.871.000.47
HSV313°100°95°
CMYK 0.001.000.21   0.05
XYZ45.912222.595050.6566
Yxy22.59500.38530.1896
Hunter Lab47.534289.2242-29.9107
CIE-Lab54.652787.7760-33.1577

#f200be color RGB value is (242,0,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000000 10111110
Octal 362 0 276
Decimal 242 0 190
Hex F2 0 BE

RGB Percentages of Color #f200be

%56.02
%0.00
%43.98

CMYK Percentages of Color #f200be

%0
%100
%21
%5

Triadic Colors of #f200be

#f200be #bef200 #00bef2

Analogous Colors of #f200be

#f200be #f20045 #ad00f2

Monochromatic Colors of #f200be

#f200be

Complementary Color

#f200be #00f234

#f200be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f200be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f200be Color CSS Codes

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

#f200be Text Font Color

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

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


#f200be Background Color

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

This div background color is #f200be


#f200be Border Color

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

This div border color is #f200be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f200be


Comments

No comments written yet.

Please login to write comment.