Color Hex Logo

#f81661 Color Hex

#F81661
(248,22,97)
0 Favorites   0 Comments

Color spaces of #f81661

RGB 2482297
HSL0.940.940.53
HSV340°91°97°
CMYK 0.000.910.61   0.03
XYZ41.156021.393313.2694
Yxy21.39330.54280.2822
Hunter Lab46.252977.887415.3674
CIE-Lab53.377379.229720.4582

#f81661 color RGB value is (248,22,97).

#f81661 hex color red value is 248, green value is 22 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #f81661 hue: 0.94 , saturation: 0.94 and the lightness value of f81661 is 0.53.

The process color (four color CMYK) of #f81661 color hex is 0.00, 0.91, 0.61, 0.03. Web safe color of #f81661 is #ff0066. Color #f81661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010110 01100001
Octal 370 26 141
Decimal 248 22 97
Hex F8 16 61

RGB Percentages of Color #f81661

%67.57
%5.99
%26.43

CMYK Percentages of Color #f81661

%0
%91
%61
%3

Triadic Colors of #f81661

#f81661 #61f816 #1661f8

Analogous Colors of #f81661

#f81661 #f83c16 #f816d2

Monochromatic Colors of #f81661

#f81661

Complementary Color

#f81661 #16f8ad

#f81661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81661 Color CSS Codes

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

#f81661 Text Font Color

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

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


#f81661 Background Color

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

This div background color is #f81661


#f81661 Border Color

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

This div border color is #f81661


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,22,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f81661; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f81661;
  -webkit-box-shadow: 1px 1px 3px 2px #f81661;
  box-shadow:         1px 1px 3px 2px #f81661; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,22,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81661


Comments

No comments written yet.

Please login to write comment.