Color Hex Logo

#f258fb Color Hex

#F258FB
(242,88,251)
0 Favorites   0 Comments

Color spaces of #f258fb

RGB 24288251
HSL0.820.950.66
HSV297°65°98°
CMYK 0.040.650.00   0.02
XYZ57.520332.821794.5704
Yxy32.82170.31110.1775
Hunter Lab57.290278.9589-57.7683
CIE-Lab64.016378.0281-52.8629

#f258fb color RGB value is (242,88,251).

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

The process color (four color CMYK) of #f258fb color hex is 0.04, 0.65, 0.00, 0.02. Web safe color of #f258fb is #ff66ff. Color #f258fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011000 11111011
Octal 362 130 373
Decimal 242 88 251
Hex F2 58 FB

RGB Percentages of Color #f258fb

%41.65
%15.15
%43.20

CMYK Percentages of Color #f258fb

%4
%65
%0
%2

Triadic Colors of #f258fb

#f258fb #fbf258 #58fbf2

Analogous Colors of #f258fb

#f258fb #fb58b3 #a158fb

Monochromatic Colors of #f258fb

#f258fb

Complementary Color

#f258fb #61fb58

#f258fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f258fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f258fb Color CSS Codes

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

#f258fb Text Font Color

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

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


#f258fb Background Color

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

This div background color is #f258fb


#f258fb Border Color

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

This div border color is #f258fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f258fb


Comments

No comments written yet.

Please login to write comment.