Color Hex Logo

#f99bcf Color Hex

#F99BCF
(249,155,207)
0 Favorites   0 Comments

Color spaces of #f99bcf

RGB 249155207
HSL0.910.890.79
HSV327°38°98°
CMYK 0.000.380.17   0.02
XYZ62.050848.087465.0429
Yxy48.08740.35420.2745
Hunter Lab69.345138.3700-7.0701
CIE-Lab74.880042.0259-11.7495

#f99bcf color RGB value is (249,155,207).

#f99bcf hex color red value is 249, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f99bcf hue: 0.91 , saturation: 0.89 and the lightness value of f99bcf is 0.79.

The process color (four color CMYK) of #f99bcf color hex is 0.00, 0.38, 0.17, 0.02. Web safe color of #f99bcf is #ff99cc. Color #f99bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011011 11001111
Octal 371 233 317
Decimal 249 155 207
Hex F9 9B CF

RGB Percentages of Color #f99bcf

%40.75
%25.37
%33.88

CMYK Percentages of Color #f99bcf

%0
%38
%17
%2

Triadic Colors of #f99bcf

#f99bcf #cff99b #9bcff9

Analogous Colors of #f99bcf

#f99bcf #f99ba0 #f49bf9

Monochromatic Colors of #f99bcf

#f99bcf

Complementary Color

#f99bcf #9bf9c5

#f99bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99bcf Color CSS Codes

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

#f99bcf Text Font Color

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

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


#f99bcf Background Color

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

This div background color is #f99bcf


#f99bcf Border Color

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

This div border color is #f99bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99bcf

Related Colors


Comments

No comments written yet.

Please login to write comment.