Color Hex Logo

#f92198 Color Hex

#F92198
(249,33,152)
0 Favorites   0 Comments

Color spaces of #f92198

RGB 24933152
HSL0.910.950.55
HSV327°87°98°
CMYK 0.000.870.39   0.02
XYZ45.278323.494431.8542
Yxy23.49440.45000.2335
Hunter Lab48.471081.9182-5.0345
CIE-Lab55.578081.9738-9.3594

#f92198 color RGB value is (249,33,152).

#f92198 hex color red value is 249, green value is 33 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #f92198 hue: 0.91 , saturation: 0.95 and the lightness value of f92198 is 0.55.

The process color (four color CMYK) of #f92198 color hex is 0.00, 0.87, 0.39, 0.02. Web safe color of #f92198 is #ff3399. Color #f92198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100001 10011000
Octal 371 41 230
Decimal 249 33 152
Hex F9 21 98

RGB Percentages of Color #f92198

%57.37
%7.60
%35.02

CMYK Percentages of Color #f92198

%0
%87
%39
%2

Triadic Colors of #f92198

#f92198 #98f921 #2198f9

Analogous Colors of #f92198

#f92198 #f9212c #ee21f9

Monochromatic Colors of #f92198

#f92198

Complementary Color

#f92198 #21f982

#f92198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92198 Color CSS Codes

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

#f92198 Text Font Color

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

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


#f92198 Background Color

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

This div background color is #f92198


#f92198 Border Color

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

This div border color is #f92198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92198


Comments

No comments written yet.

Please login to write comment.