Color Hex Logo

#f80fbb Color Hex

#F80FBB
(248,15,187)
0 Favorites   0 Comments

Color spaces of #f80fbb

RGB 24815187
HSL0.880.940.52
HSV316°94°97°
CMYK 0.000.940.25   0.03
XYZ47.851923.886049.1021
Yxy23.88600.39600.1977
Hunter Lab48.873389.2412-25.3562
CIE-Lab55.973587.5318-29.2788

#f80fbb color RGB value is (248,15,187).

#f80fbb hex color red value is 248, green value is 15 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f80fbb hue: 0.88 , saturation: 0.94 and the lightness value of f80fbb is 0.52.

The process color (four color CMYK) of #f80fbb color hex is 0.00, 0.94, 0.25, 0.03. Web safe color of #f80fbb is #ff00cc. Color #f80fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001111 10111011
Octal 370 17 273
Decimal 248 15 187
Hex F8 F BB

RGB Percentages of Color #f80fbb

%55.11
%3.33
%41.56

CMYK Percentages of Color #f80fbb

%0
%94
%25
%3

Triadic Colors of #f80fbb

#f80fbb #bbf80f #0fbbf8

Analogous Colors of #f80fbb

#f80fbb #f80f46 #c10ff8

Monochromatic Colors of #f80fbb

#f80fbb

Complementary Color

#f80fbb #0ff84c

#f80fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80fbb Color CSS Codes

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

#f80fbb Text Font Color

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

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


#f80fbb Background Color

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

This div background color is #f80fbb


#f80fbb Border Color

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

This div border color is #f80fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,15,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f80fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f80fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #f80fbb;
  box-shadow:         1px 1px 3px 2px #f80fbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80fbb


Comments

No comments written yet.

Please login to write comment.