Color Hex Logo

#f993fe Color Hex

#F993FE
(249,147,254)
0 Favorites   0 Comments

Color spaces of #f993fe

RGB 249147254
HSL0.830.980.79
HSV297°42°100°
CMYK 0.020.420.00   0.00
XYZ67.390048.162999.5105
Yxy48.16290.31330.2239
Hunter Lab69.399551.8823-36.4351
CIE-Lab74.927653.9211-37.3168

#f993fe color RGB value is (249,147,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010011 11111110
Octal 371 223 376
Decimal 249 147 254
Hex F9 93 FE

RGB Percentages of Color #f993fe

%38.31
%22.62
%39.08

CMYK Percentages of Color #f993fe

%2
%42
%0
%0

Triadic Colors of #f993fe

#f993fe #fef993 #93fef9

Analogous Colors of #f993fe

#f993fe #fe93ce #c493fe

Monochromatic Colors of #f993fe

#f993fe

Complementary Color

#f993fe #98fe93

#f993fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f993fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f993fe Color CSS Codes

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

#f993fe Text Font Color

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

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


#f993fe Background Color

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

This div background color is #f993fe


#f993fe Border Color

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

This div border color is #f993fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f993fe

Related Colors


Comments

No comments written yet.

Please login to write comment.