Color Hex Logo

#f998fa Color Hex

#F998FA
(249,152,250)
0 Favorites   0 Comments

Color spaces of #f998fa

RGB 249152250
HSL0.830.910.79
HSV299°39°98°
CMYK 0.000.390.00   0.02
XYZ67.550549.498396.4363
Yxy49.49830.31640.2319
Hunter Lab70.355048.2632-32.0208
CIE-Lab75.760350.6855-33.8614

#f998fa color RGB value is (249,152,250).

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

The process color (four color CMYK) of #f998fa color hex is 0.00, 0.39, 0.00, 0.02. Web safe color of #f998fa is #ff99ff. Color #f998fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011000 11111010
Octal 371 230 372
Decimal 249 152 250
Hex F9 98 FA

RGB Percentages of Color #f998fa

%38.25
%23.35
%38.40

CMYK Percentages of Color #f998fa

%0
%39
%0
%2

Triadic Colors of #f998fa

#f998fa #faf998 #98faf9

Analogous Colors of #f998fa

#f998fa #fa98ca #c898fa

Monochromatic Colors of #f998fa

#f998fa

Complementary Color

#f998fa #99fa98

#f998fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f998fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f998fa Color CSS Codes

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

#f998fa Text Font Color

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

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


#f998fa Background Color

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

This div background color is #f998fa


#f998fa Border Color

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

This div border color is #f998fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f998fa

Related Colors


Comments

No comments written yet.

Please login to write comment.