Color Hex Logo

#f297fe Color Hex

#F297FE
(242,151,254)
0 Favorites   0 Comments

Color spaces of #f297fe

RGB 242151254
HSL0.810.980.79
HSV293°41°100°
CMYK 0.050.410.00   0.00
XYZ65.574048.166299.6068
Yxy48.16620.30740.2258
Hunter Lab69.401947.2015-36.5127
CIE-Lab74.929649.8708-37.3758

#f297fe color RGB value is (242,151,254).

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

The process color (four color CMYK) of #f297fe color hex is 0.05, 0.41, 0.00, 0.00. Web safe color of #f297fe is #ff99ff. Color #f297fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010111 11111110
Octal 362 227 376
Decimal 242 151 254
Hex F2 97 FE

RGB Percentages of Color #f297fe

%37.40
%23.34
%39.26

CMYK Percentages of Color #f297fe

%5
%41
%0
%0

Triadic Colors of #f297fe

#f297fe #fef297 #97fef2

Analogous Colors of #f297fe

#f297fe #fe97d7 #bf97fe

Monochromatic Colors of #f297fe

#f297fe

Complementary Color

#f297fe #a3fe97

#f297fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f297fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f297fe Color CSS Codes

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

#f297fe Text Font Color

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

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


#f297fe Background Color

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

This div background color is #f297fe


#f297fe Border Color

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

This div border color is #f297fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,151,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f297fe

Related Colors


Comments

No comments written yet.

Please login to write comment.