Color Hex Logo

#f294af Color Hex

#F294AF
(242,148,175)
0 Favorites   0 Comments

Color spaces of #f294af

RGB 242148175
HSL0.950.780.76
HSV343°39°95°
CMYK 0.000.390.28   0.05
XYZ54.945743.152245.9907
Yxy43.15220.38130.2995
Hunter Lab65.690334.34564.4735
CIE-Lab71.658238.68241.0742

#f294af color RGB value is (242,148,175).

#f294af hex color red value is 242, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f294af hue: 0.95 , saturation: 0.78 and the lightness value of f294af is 0.76.

The process color (four color CMYK) of #f294af color hex is 0.00, 0.39, 0.28, 0.05. Web safe color of #f294af is #ff9999. Color #f294af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010100 10101111
Octal 362 224 257
Decimal 242 148 175
Hex F2 94 AF

RGB Percentages of Color #f294af

%42.83
%26.19
%30.97

CMYK Percentages of Color #f294af

%0
%39
%28
%5

Triadic Colors of #f294af

#f294af #aff294 #94aff2

Analogous Colors of #f294af

#f294af #f2a894 #f294de

Monochromatic Colors of #f294af

#f294af

Complementary Color

#f294af #94f2d7

#f294af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f294af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f294af Color CSS Codes

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

#f294af Text Font Color

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

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


#f294af Background Color

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

This div background color is #f294af


#f294af Border Color

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

This div border color is #f294af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f294af


Comments

No comments written yet.

Please login to write comment.