Color Hex Logo

#f398fa Color Hex

#F398FA
(243,152,250)
0 Favorites   0 Comments

Color spaces of #f398fa

RGB 243152250
HSL0.820.910.79
HSV296°39°98°
CMYK 0.030.390.00   0.02
XYZ65.445748.413396.3378
Yxy48.41330.31140.2303
Hunter Lab69.579746.1303-33.3853
CIE-Lab75.084948.9134-34.9605

#f398fa color RGB value is (243,152,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10011000 11111010
Octal 363 230 372
Decimal 243 152 250
Hex F3 98 FA

RGB Percentages of Color #f398fa

%37.67
%23.57
%38.76

CMYK Percentages of Color #f398fa

%3
%39
%0
%2

Triadic Colors of #f398fa

#f398fa #faf398 #98faf3

Analogous Colors of #f398fa

#f398fa #fa98d0 #c298fa

Monochromatic Colors of #f398fa

#f398fa

Complementary Color

#f398fa #9ffa98

#f398fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f398fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f398fa Color CSS Codes

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

#f398fa Text Font Color

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

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


#f398fa Background Color

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

This div background color is #f398fa


#f398fa Border Color

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

This div border color is #f398fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,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 #f398fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f398fa

Related Colors


Comments

No comments written yet.

Please login to write comment.