Color Hex Logo

#f6999a Color Hex

#F6999A
(246,153,154)
0 Favorites   0 Comments

Color spaces of #f6999a

RGB 246153154
HSL1.000.840.78
HSV359°38°96°
CMYK 0.000.380.37   0.04
XYZ55.230044.708436.2905
Yxy44.70840.40540.3282
Hunter Lab66.864330.428614.6255
CIE-Lab72.699534.911114.2628

#f6999a color RGB value is (246,153,154).

#f6999a hex color red value is 246, green value is 153 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f6999a hue: 1.00 , saturation: 0.84 and the lightness value of f6999a is 0.78.

The process color (four color CMYK) of #f6999a color hex is 0.00, 0.38, 0.37, 0.04. Web safe color of #f6999a is #ff9999. Color #f6999a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011001 10011010
Octal 366 231 232
Decimal 246 153 154
Hex F6 99 9A

RGB Percentages of Color #f6999a

%44.48
%27.67
%27.85

CMYK Percentages of Color #f6999a

%0
%38
%37
%4

Triadic Colors of #f6999a

#f6999a #9af699 #999af6

Analogous Colors of #f6999a

#f6999a #f6c799 #f699c9

Monochromatic Colors of #f6999a

#f6999a

Complementary Color

#f6999a #99f6f5

#f6999a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6999a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6999a Color CSS Codes

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

#f6999a Text Font Color

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

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


#f6999a Background Color

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

This div background color is #f6999a


#f6999a Border Color

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

This div border color is #f6999a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,153,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6999a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6999a;
  -webkit-box-shadow: 1px 1px 3px 2px #f6999a;
  box-shadow:         1px 1px 3px 2px #f6999a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,153,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6999a


Comments

No comments written yet.

Please login to write comment.