Color Hex Logo

#f926ba Color Hex

#F926BA
(249,38,186)
0 Favorites   0 Comments

Color spaces of #f926ba

RGB 24938186
HSL0.880.950.56
HSV318°85°98°
CMYK 0.000.850.25   0.02
XYZ48.623025.071148.7309
Yxy25.07110.39720.2048
Hunter Lab50.071085.7135-22.6534
CIE-Lab57.144684.6089-26.8721

#f926ba color RGB value is (249,38,186).

#f926ba hex color red value is 249, green value is 38 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f926ba hue: 0.88 , saturation: 0.95 and the lightness value of f926ba is 0.56.

The process color (four color CMYK) of #f926ba color hex is 0.00, 0.85, 0.25, 0.02. Web safe color of #f926ba is #ff33cc. Color #f926ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100110 10111010
Octal 371 46 272
Decimal 249 38 186
Hex F9 26 BA

RGB Percentages of Color #f926ba

%52.64
%8.03
%39.32

CMYK Percentages of Color #f926ba

%0
%85
%25
%2

Triadic Colors of #f926ba

#f926ba #baf926 #26baf9

Analogous Colors of #f926ba

#f926ba #f92650 #cf26f9

Monochromatic Colors of #f926ba

#f926ba

Complementary Color

#f926ba #26f965

#f926ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f926ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f926ba Color CSS Codes

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

#f926ba Text Font Color

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

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


#f926ba Background Color

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

This div background color is #f926ba


#f926ba Border Color

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

This div border color is #f926ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,38,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 #f926ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f926ba


Comments

No comments written yet.

Please login to write comment.