Color Hex Logo

#f298ff Color Hex

#F298FF
(242,152,255)
0 Favorites   0 Comments

Color spaces of #f298ff

RGB 242152255
HSL0.811.000.80
HSV292°40°100°
CMYK 0.050.400.00   0.00
XYZ65.896248.5537100.5064
Yxy48.55370.30660.2259
Hunter Lab69.680546.8650-36.7429
CIE-Lab75.172849.5450-37.5392

#f298ff color RGB value is (242,152,255).

#f298ff hex color red value is 242, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f298ff hue: 0.81 , saturation: 1.00 and the lightness value of f298ff is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011000 11111111
Octal 362 230 377
Decimal 242 152 255
Hex F2 98 FF

RGB Percentages of Color #f298ff

%37.29
%23.42
%39.29

CMYK Percentages of Color #f298ff

%5
%40
%0
%0

Triadic Colors of #f298ff

#f298ff #fff298 #98fff2

Analogous Colors of #f298ff

#f298ff #ff98d9 #bf98ff

Monochromatic Colors of #f298ff

#f298ff

Complementary Color

#f298ff #a5ff98

#f298ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f298ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f298ff Color CSS Codes

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

#f298ff Text Font Color

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

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


#f298ff Background Color

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

This div background color is #f298ff


#f298ff Border Color

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

This div border color is #f298ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f298ff

Related Colors


Comments

No comments written yet.

Please login to write comment.