Color Hex Logo

#f297fb Color Hex

#F297FB
(242,151,251)
0 Favorites   0 Comments

Color spaces of #f297fb

RGB 242151251
HSL0.820.930.79
HSV295°40°98°
CMYK 0.040.400.00   0.02
XYZ65.097147.975597.0960
Yxy47.97550.30970.2283
Hunter Lab69.264346.5480-34.6287
CIE-Lab74.809549.3151-35.9377

#f297fb color RGB value is (242,151,251).

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

The process color (four color CMYK) of #f297fb color hex is 0.04, 0.40, 0.00, 0.02. Web safe color of #f297fb is #ff99ff. Color #f297fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010111 11111011
Octal 362 227 373
Decimal 242 151 251
Hex F2 97 FB

RGB Percentages of Color #f297fb

%37.58
%23.45
%38.98

CMYK Percentages of Color #f297fb

%4
%40
%0
%2

Triadic Colors of #f297fb

#f297fb #fbf297 #97fbf2

Analogous Colors of #f297fb

#f297fb #fb97d2 #c097fb

Monochromatic Colors of #f297fb

#f297fb

Complementary Color

#f297fb #a0fb97

#f297fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f297fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f297fb Color CSS Codes

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

#f297fb Text Font Color

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

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


#f297fb Background Color

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

This div background color is #f297fb


#f297fb Border Color

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

This div border color is #f297fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f297fb


Comments

No comments written yet.

Please login to write comment.