Color Hex Logo

#f242fb Color Hex

#F242FB
(242,66,251)
0 Favorites   0 Comments

Color spaces of #f242fb

RGB 24266251
HSL0.830.960.62
HSV297°74°98°
CMYK 0.040.740.00   0.02
XYZ55.978829.738794.0565
Yxy29.73870.31140.1654
Hunter Lab54.533287.7987-64.0876
CIE-Lab61.428185.3717-56.9790

#f242fb color RGB value is (242,66,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000010 11111011
Octal 362 102 373
Decimal 242 66 251
Hex F2 42 FB

RGB Percentages of Color #f242fb

%43.29
%11.81
%44.90

CMYK Percentages of Color #f242fb

%4
%74
%0
%2

Triadic Colors of #f242fb

#f242fb #fbf242 #42fbf2

Analogous Colors of #f242fb

#f242fb #fb42a8 #9642fb

Monochromatic Colors of #f242fb

#f242fb

Complementary Color

#f242fb #4bfb42

#f242fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f242fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f242fb Color CSS Codes

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

#f242fb Text Font Color

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

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


#f242fb Background Color

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

This div background color is #f242fb


#f242fb Border Color

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

This div border color is #f242fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f242fb


Comments

No comments written yet.

Please login to write comment.