Color Hex Logo

#f7198b Color Hex

#F7198B
(247,25,139)
0 Favorites   0 Comments

Color spaces of #f7198b

RGB 24725139
HSL0.910.930.53
HSV329°90°97°
CMYK 0.000.900.44   0.03
XYZ43.365622.333526.4513
Yxy22.33350.47060.2424
Hunter Lab47.258381.0946-0.1048
CIE-Lab54.379181.5635-3.4504

#f7198b color RGB value is (247,25,139).

#f7198b hex color red value is 247, green value is 25 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #f7198b hue: 0.91 , saturation: 0.93 and the lightness value of f7198b is 0.53.

The process color (four color CMYK) of #f7198b color hex is 0.00, 0.90, 0.44, 0.03. Web safe color of #f7198b is #ff0099. Color #f7198b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011001 10001011
Octal 367 31 213
Decimal 247 25 139
Hex F7 19 8B

RGB Percentages of Color #f7198b

%60.10
%6.08
%33.82

CMYK Percentages of Color #f7198b

%0
%90
%44
%3

Triadic Colors of #f7198b

#f7198b #8bf719 #198bf7

Analogous Colors of #f7198b

#f7198b #f7191c #f419f7

Monochromatic Colors of #f7198b

#f7198b

Complementary Color

#f7198b #19f785

#f7198b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7198b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7198b Color CSS Codes

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

#f7198b Text Font Color

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

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


#f7198b Background Color

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

This div background color is #f7198b


#f7198b Border Color

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

This div border color is #f7198b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,25,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7198b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7198b;
  -webkit-box-shadow: 1px 1px 3px 2px #f7198b;
  box-shadow:         1px 1px 3px 2px #f7198b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,25,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7198b


Comments

No comments written yet.

Please login to write comment.