Color Hex Logo

#f99bff Color Hex

#F99BFF
(249,155,255)
0 Favorites   0 Comments

Color spaces of #f99bff

RGB 249155255
HSL0.821.000.80
HSV296°39°100°
CMYK 0.020.390.00   0.00
XYZ68.838350.8024100.7854
Yxy50.80240.31230.2305
Hunter Lab71.275847.6630-33.9442
CIE-Lab76.559250.0597-35.3290

#f99bff color RGB value is (249,155,255).

#f99bff hex color red value is 249, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f99bff hue: 0.82 , saturation: 1.00 and the lightness value of f99bff is 0.80.

The process color (four color CMYK) of #f99bff color hex is 0.02, 0.39, 0.00, 0.00. Web safe color of #f99bff is #ff99ff. Color #f99bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011011 11111111
Octal 371 233 377
Decimal 249 155 255
Hex F9 9B FF

RGB Percentages of Color #f99bff

%37.78
%23.52
%38.69

CMYK Percentages of Color #f99bff

%2
%39
%0
%0

Triadic Colors of #f99bff

#f99bff #fff99b #9bfff9

Analogous Colors of #f99bff

#f99bff #ff9bd3 #c79bff

Monochromatic Colors of #f99bff

#f99bff

Complementary Color

#f99bff #a1ff9b

#f99bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99bff Color CSS Codes

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

#f99bff Text Font Color

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

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


#f99bff Background Color

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

This div background color is #f99bff


#f99bff Border Color

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

This div border color is #f99bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,155,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f99bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f99bff;
  -webkit-box-shadow: 1px 1px 3px 2px #f99bff;
  box-shadow:         1px 1px 3px 2px #f99bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,155,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99bff

Related Colors


Comments

No comments written yet.

Please login to write comment.