Color Hex Logo

#f926fb Color Hex

#F926FB
(249,38,251)
0 Favorites   0 Comments

Color spaces of #f926fb

RGB 24938251
HSL0.830.960.57
HSV299°85°98°
CMYK 0.010.850.00   0.02
XYZ57.172628.491093.7528
Yxy28.49100.31870.1588
Hunter Lab53.377097.7835-66.7748
CIE-Lab60.329893.0644-58.6674

#f926fb color RGB value is (249,38,251).

#f926fb hex color red value is 249, green value is 38 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f926fb hue: 0.83 , saturation: 0.96 and the lightness value of f926fb is 0.57.

The process color (four color CMYK) of #f926fb color hex is 0.01, 0.85, 0.00, 0.02. Web safe color of #f926fb is #ff33ff. Color #f926fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100110 11111011
Octal 371 46 373
Decimal 249 38 251
Hex F9 26 FB

RGB Percentages of Color #f926fb

%46.28
%7.06
%46.65

CMYK Percentages of Color #f926fb

%1
%85
%0
%2

Triadic Colors of #f926fb

#f926fb #fbf926 #26fbf9

Analogous Colors of #f926fb

#f926fb #fb2693 #8f26fb

Monochromatic Colors of #f926fb

#f926fb

Complementary Color

#f926fb #28fb26

#f926fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f926fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f926fb Color CSS Codes

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

#f926fb Text Font Color

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

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


#f926fb Background Color

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

This div background color is #f926fb


#f926fb Border Color

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

This div border color is #f926fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f926fb

Related Colors


Comments

No comments written yet.

Please login to write comment.