Color Hex Logo

#f94ded Color Hex

#F94DED
(249,77,237)
0 Favorites   0 Comments

Color spaces of #f94ded

RGB 24977237
HSL0.840.930.64
HSV304°69°98°
CMYK 0.000.690.05   0.02
XYZ57.006931.561983.2082
Yxy31.56190.33190.1837
Hunter Lab56.180082.8124-48.4885
CIE-Lab62.979181.2365-46.6806

#f94ded color RGB value is (249,77,237).

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

The process color (four color CMYK) of #f94ded color hex is 0.00, 0.69, 0.05, 0.02. Web safe color of #f94ded is #ff66ff. Color #f94ded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001101 11101101
Octal 371 115 355
Decimal 249 77 237
Hex F9 4D ED

RGB Percentages of Color #f94ded

%44.23
%13.68
%42.10

CMYK Percentages of Color #f94ded

%0
%69
%5
%2

Triadic Colors of #f94ded

#f94ded #edf94d #4dedf9

Analogous Colors of #f94ded

#f94ded #f94d97 #af4df9

Monochromatic Colors of #f94ded

#f94ded

Complementary Color

#f94ded #4df959

#f94ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ded Color CSS Codes

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

#f94ded Text Font Color

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

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


#f94ded Background Color

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

This div background color is #f94ded


#f94ded Border Color

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

This div border color is #f94ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94ded


Comments

No comments written yet.

Please login to write comment.