Color Hex Logo

#f96fed Color Hex

#F96FED
(249,111,237)
0 Favorites   0 Comments

Color spaces of #f96fed

RGB 249111237
HSL0.850.920.71
HSV305°55°98°
CMYK 0.000.550.05   0.02
XYZ60.037437.623084.2184
Yxy37.62300.33010.2069
Hunter Lab61.337667.3755-38.4707
CIE-Lab67.741868.0509-39.2061

#f96fed color RGB value is (249,111,237).

#f96fed hex color red value is 249, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f96fed hue: 0.85 , saturation: 0.92 and the lightness value of f96fed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101111 11101101
Octal 371 157 355
Decimal 249 111 237
Hex F9 6F ED

RGB Percentages of Color #f96fed

%41.71
%18.59
%39.70

CMYK Percentages of Color #f96fed

%0
%55
%5
%2

Triadic Colors of #f96fed

#f96fed #edf96f #6fedf9

Analogous Colors of #f96fed

#f96fed #f96fa8 #c06ff9

Monochromatic Colors of #f96fed

#f96fed

Complementary Color

#f96fed #6ff97b

#f96fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96fed Color CSS Codes

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

#f96fed Text Font Color

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

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


#f96fed Background Color

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

This div background color is #f96fed


#f96fed Border Color

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

This div border color is #f96fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96fed


Comments

No comments written yet.

Please login to write comment.