Color Hex Logo

#f951ee Color Hex

#F951EE
(249,81,238)
0 Favorites   0 Comments

Color spaces of #f951ee

RGB 24981238
HSL0.840.930.65
HSV304°67°98°
CMYK 0.000.670.04   0.02
XYZ57.442032.197684.0762
Yxy32.19760.33070.1853
Hunter Lab56.742981.3990-48.1302
CIE-Lab63.505980.0362-46.4061

#f951ee color RGB value is (249,81,238).

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

The process color (four color CMYK) of #f951ee color hex is 0.00, 0.67, 0.04, 0.02. Web safe color of #f951ee is #ff66ff. Color #f951ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010001 11101110
Octal 371 121 356
Decimal 249 81 238
Hex F9 51 EE

RGB Percentages of Color #f951ee

%43.84
%14.26
%41.90

CMYK Percentages of Color #f951ee

%0
%67
%4
%2

Triadic Colors of #f951ee

#f951ee #eef951 #51eef9

Analogous Colors of #f951ee

#f951ee #f9519a #b051f9

Monochromatic Colors of #f951ee

#f951ee

Complementary Color

#f951ee #51f95c

#f951ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f951ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f951ee Color CSS Codes

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

#f951ee Text Font Color

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

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


#f951ee Background Color

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

This div background color is #f951ee


#f951ee Border Color

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

This div border color is #f951ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f951ee

Related Colors


Comments

No comments written yet.

Please login to write comment.