Color Hex Logo

#f249fb Color Hex

#F249FB
(242,73,251)
0 Favorites   0 Comments

Color spaces of #f249fb

RGB 24273251
HSL0.820.960.64
HSV297°71°98°
CMYK 0.040.710.00   0.02
XYZ56.413130.607494.2013
Yxy30.60740.31130.1689
Hunter Lab55.324085.1972-62.2276
CIE-Lab62.174883.2343-55.7892

#f249fb color RGB value is (242,73,251).

#f249fb hex color red value is 242, green value is 73 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f249fb hue: 0.82 , saturation: 0.96 and the lightness value of f249fb is 0.64.

The process color (four color CMYK) of #f249fb color hex is 0.04, 0.71, 0.00, 0.02. Web safe color of #f249fb is #ff33ff. Color #f249fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001001 11111011
Octal 362 111 373
Decimal 242 73 251
Hex F2 49 FB

RGB Percentages of Color #f249fb

%42.76
%12.90
%44.35

CMYK Percentages of Color #f249fb

%4
%71
%0
%2

Triadic Colors of #f249fb

#f249fb #fbf249 #49fbf2

Analogous Colors of #f249fb

#f249fb #fb49ab #9949fb

Monochromatic Colors of #f249fb

#f249fb

Complementary Color

#f249fb #52fb49

#f249fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f249fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f249fb Color CSS Codes

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

#f249fb Text Font Color

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

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


#f249fb Background Color

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

This div background color is #f249fb


#f249fb Border Color

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

This div border color is #f249fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f249fb


Comments

No comments written yet.

Please login to write comment.