Color Hex Logo

#f296fb Color Hex

#F296FB
(242,150,251)
0 Favorites   0 Comments

Color spaces of #f296fb

RGB 242150251
HSL0.820.930.79
HSV295°40°98°
CMYK 0.040.400.00   0.02
XYZ64.936947.655097.0426
Yxy47.65500.30980.2273
Hunter Lab69.032647.1026-35.0241
CIE-Lab74.606849.8268-36.2518

#f296fb color RGB value is (242,150,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010110 11111011
Octal 362 226 373
Decimal 242 150 251
Hex F2 96 FB

RGB Percentages of Color #f296fb

%37.64
%23.33
%39.04

CMYK Percentages of Color #f296fb

%4
%40
%0
%2

Triadic Colors of #f296fb

#f296fb #fbf296 #96fbf2

Analogous Colors of #f296fb

#f296fb #fb96d2 #c096fb

Monochromatic Colors of #f296fb

#f296fb

Complementary Color

#f296fb #9ffb96

#f296fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f296fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f296fb Color CSS Codes

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

#f296fb Text Font Color

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

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


#f296fb Background Color

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

This div background color is #f296fb


#f296fb Border Color

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

This div border color is #f296fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f296fb


Comments

No comments written yet.

Please login to write comment.