color codes Logo

#f942eb color codes

#F942EB
(249,66,235)
0 Favorites   0 Comments

Color spaces of #f942eb

RGB 24966235
HSL0.850.940.62
HSV305°73°98°
CMYK 0.000.730.06   0.02
XYZ56.010530.034381.4424
Yxy30.03430.33440.1793
Hunter Lab54.803686.5249-49.7471
CIE-Lab61.683884.3487-47.6112

#f942eb color RGB value is (249,66,235).

#f942eb hex color red value is 249, green value is 66 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f942eb hue: 0.85 , saturation: 0.94 and the lightness value of f942eb is 0.62.

The process color (four color CMYK) of #f942eb color code is 0.00, 0.73, 0.06, 0.02. Web safe color of #f942eb is #ff33ff. Color #f942eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000010 11101011
Octal 371 102 353
Decimal 249 66 235
Hex F9 42 EB

RGB Percentages of Color #f942eb

%45.27
%12.00
%42.73

CMYK Percentages of Color #f942eb

%0
%73
%6
%2

Triadic Colors of #f942eb

#f942eb #ebf942 #42ebf9

Analogous Colors of #f942eb

#f942eb #f94290 #ac42f9

Monochromatic Colors of #f942eb

#f942eb

Complementary Color

#f942eb #42f950

#f942eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f942eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f942eb Color CSS Codes

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

#f942eb Text Font Color

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

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


#f942eb Background Color

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

This div background color is #f942eb


#f942eb Border Color

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

This div border color is #f942eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f942eb


Comments

No comments written yet.

Please login to write comment.