Color Hex Logo

#f917ee Color Hex

#F917EE
(249,23,238)
0 Favorites   0 Comments

Color spaces of #f917ee

RGB 24923238
HSL0.840.950.53
HSV303°91°98°
CMYK 0.000.910.04   0.02
XYZ54.805926.925683.1975
Yxy26.92560.33230.1633
Hunter Lab51.889997.7237-58.7395
CIE-Lab58.905493.2976-53.6965

#f917ee color RGB value is (249,23,238).

#f917ee hex color red value is 249, green value is 23 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f917ee hue: 0.84 , saturation: 0.95 and the lightness value of f917ee is 0.53.

The process color (four color CMYK) of #f917ee color hex is 0.00, 0.91, 0.04, 0.02. Web safe color of #f917ee is #ff00ff. Color #f917ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010111 11101110
Octal 371 27 356
Decimal 249 23 238
Hex F9 17 EE

RGB Percentages of Color #f917ee

%48.82
%4.51
%46.67

CMYK Percentages of Color #f917ee

%0
%91
%4
%2

Triadic Colors of #f917ee

#f917ee #eef917 #17eef9

Analogous Colors of #f917ee

#f917ee #f9177d #9317f9

Monochromatic Colors of #f917ee

#f917ee

Complementary Color

#f917ee #17f922

#f917ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f917ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f917ee Color CSS Codes

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

#f917ee Text Font Color

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

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


#f917ee Background Color

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

This div background color is #f917ee


#f917ee Border Color

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

This div border color is #f917ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f917ee


Comments

No comments written yet.

Please login to write comment.