Color Hex Logo

#f249fe Color Hex

#F249FE
(242,73,254)
0 Favorites   0 Comments

Color spaces of #f249fe

RGB 24273254
HSL0.820.990.64
HSV296°71°100°
CMYK 0.050.710.00   0.00
XYZ56.889930.798196.7121
Yxy30.79810.30850.1670
Hunter Lab55.496085.8652-64.4766
CIE-Lab62.336883.7164-57.1882

#f249fe color RGB value is (242,73,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001001 11111110
Octal 362 111 376
Decimal 242 73 254
Hex F2 49 FE

RGB Percentages of Color #f249fe

%42.53
%12.83
%44.64

CMYK Percentages of Color #f249fe

%5
%71
%0
%0

Triadic Colors of #f249fe

#f249fe #fef249 #49fef2

Analogous Colors of #f249fe

#f249fe #fe49b0 #9849fe

Monochromatic Colors of #f249fe

#f249fe

Complementary Color

#f249fe #55fe49

#f249fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f249fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f249fe Color CSS Codes

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

#f249fe Text Font Color

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

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


#f249fe Background Color

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

This div background color is #f249fe


#f249fe Border Color

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

This div border color is #f249fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,73,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f249fe

Related Colors


Comments

No comments written yet.

Please login to write comment.