Color Hex Logo

#f20bfb Color Hex

#F20BFB
(242,11,251)
0 Favorites   0 Comments

Color spaces of #f20bfb

RGB 24211251
HSL0.830.970.51
HSV298°96°98°
CMYK 0.040.960.00   0.02
XYZ54.150226.081693.4470
Yxy26.08160.31180.1502
Hunter Lab51.070199.8926-72.7384
CIE-Lab58.114495.0407-62.2799

#f20bfb color RGB value is (242,11,251).

#f20bfb hex color red value is 242, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f20bfb hue: 0.83 , saturation: 0.97 and the lightness value of f20bfb is 0.51.

The process color (four color CMYK) of #f20bfb color hex is 0.04, 0.96, 0.00, 0.02. Web safe color of #f20bfb is #ff00ff. Color #f20bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001011 11111011
Octal 362 13 373
Decimal 242 11 251
Hex F2 B FB

RGB Percentages of Color #f20bfb

%48.02
%2.18
%49.80

CMYK Percentages of Color #f20bfb

%4
%96
%0
%2

Triadic Colors of #f20bfb

#f20bfb #fbf20b #0bfbf2

Analogous Colors of #f20bfb

#f20bfb #fb0b8c #7a0bfb

Monochromatic Colors of #f20bfb

#f20bfb

Complementary Color

#f20bfb #14fb0b

#f20bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20bfb Color CSS Codes

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

#f20bfb Text Font Color

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

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


#f20bfb Background Color

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

This div background color is #f20bfb


#f20bfb Border Color

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

This div border color is #f20bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.