Color Hex Logo

#f209bf Color Hex

#F209BF
(242,9,191)
0 Favorites   0 Comments

Color spaces of #f209bf

RGB 2429191
HSL0.870.930.49
HSV313°96°95°
CMYK 0.000.960.21   0.05
XYZ46.119622.834251.2669
Yxy22.83420.38360.1899
Hunter Lab47.785188.6544-30.1604
CIE-Lab54.901187.2949-33.3493

#f209bf color RGB value is (242,9,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001001 10111111
Octal 362 11 277
Decimal 242 9 191
Hex F2 9 BF

RGB Percentages of Color #f209bf

%54.75
%2.04
%43.21

CMYK Percentages of Color #f209bf

%0
%96
%21
%5

Triadic Colors of #f209bf

#f209bf #bff209 #09bff2

Analogous Colors of #f209bf

#f209bf #f2094a #b109f2

Monochromatic Colors of #f209bf

#f209bf

Complementary Color

#f209bf #09f23c

#f209bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f209bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f209bf Color CSS Codes

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

#f209bf Text Font Color

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

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


#f209bf Background Color

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

This div background color is #f209bf


#f209bf Border Color

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

This div border color is #f209bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f209bf


Comments

No comments written yet.

Please login to write comment.