Color Hex Logo

#f90edd Color Hex

#F90EDD
(249,14,221)
0 Favorites   0 Comments

Color spaces of #f90edd

RGB 24914221
HSL0.850.950.52
HSV307°94°98°
CMYK 0.000.940.11   0.02
XYZ52.275125.674370.6070
Yxy25.67430.35190.1728
Hunter Lab50.669895.4829-47.1501
CIE-Lab57.726691.8716-45.9967

#f90edd color RGB value is (249,14,221).

#f90edd hex color red value is 249, green value is 14 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f90edd hue: 0.85 , saturation: 0.95 and the lightness value of f90edd is 0.52.

The process color (four color CMYK) of #f90edd color hex is 0.00, 0.94, 0.11, 0.02. Web safe color of #f90edd is #ff00cc. Color #f90edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001110 11011101
Octal 371 16 335
Decimal 249 14 221
Hex F9 E DD

RGB Percentages of Color #f90edd

%51.45
%2.89
%45.66

CMYK Percentages of Color #f90edd

%0
%94
%11
%2

Triadic Colors of #f90edd

#f90edd #ddf90e #0eddf9

Analogous Colors of #f90edd

#f90edd #f90e68 #a00ef9

Monochromatic Colors of #f90edd

#f90edd

Complementary Color

#f90edd #0ef92a

#f90edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90edd Color CSS Codes

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

#f90edd Text Font Color

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

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


#f90edd Background Color

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

This div background color is #f90edd


#f90edd Border Color

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

This div border color is #f90edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90edd


Comments

No comments written yet.

Please login to write comment.