Color Hex Logo

#f992ba Color Hex

#F992BA
(249,146,186)
0 Favorites   0 Comments

Color spaces of #f992ba

RGB 249146186
HSL0.940.900.77
HSV337°41°98°
CMYK 0.000.410.25   0.02
XYZ58.208744.242751.9261
Yxy44.24270.37710.2866
Hunter Lab66.515239.80720.2750
CIE-Lab72.390443.6132-3.8594

#f992ba color RGB value is (249,146,186).

#f992ba hex color red value is 249, green value is 146 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f992ba hue: 0.94 , saturation: 0.90 and the lightness value of f992ba is 0.77.

The process color (four color CMYK) of #f992ba color hex is 0.00, 0.41, 0.25, 0.02. Web safe color of #f992ba is #ff99cc. Color #f992ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010010 10111010
Octal 371 222 272
Decimal 249 146 186
Hex F9 92 BA

RGB Percentages of Color #f992ba

%42.86
%25.13
%32.01

CMYK Percentages of Color #f992ba

%0
%41
%25
%2

Triadic Colors of #f992ba

#f992ba #baf992 #92baf9

Analogous Colors of #f992ba

#f992ba #f99e92 #f992ee

Monochromatic Colors of #f992ba

#f992ba

Complementary Color

#f992ba #92f9d1

#f992ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f992ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f992ba Color CSS Codes

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

#f992ba Text Font Color

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

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


#f992ba Background Color

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

This div background color is #f992ba


#f992ba Border Color

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

This div border color is #f992ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f992ba

Related Colors


Comments

No comments written yet.

Please login to write comment.